call stopallvms.sh

This commit is contained in:
kneutron 2022-05-19 15:58:40 -05:00 committed by GitHub
parent acfe5feeca
commit d83c6fe159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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