mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
call stopallvms.sh
This commit is contained in:
parent
acfe5feeca
commit
d83c6fe159
@ -60,7 +60,7 @@ fi
|
|||||||
# auto-lowercase it for convenience
|
# auto-lowercase it for convenience
|
||||||
vmn=${vmn,,}
|
vmn=${vmn,,}
|
||||||
if [ "$vmn" = "all" ]; then
|
if [ "$vmn" = "all" ]; then
|
||||||
STOPALLVMS # external script, needs to be in PATH
|
STOPALLVMS.sh # external script, needs to be in PATH
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
elif [ $(echo $vmn |grep -c ',') -gt 0 ]; then
|
elif [ $(echo $vmn |grep -c ',') -gt 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user