From d83c6fe1596a2233a66df8462893cecf49cc22c3 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Thu, 19 May 2022 15:58:40 -0500 Subject: [PATCH] call stopallvms.sh --- VIRTBOX/vbox-select-stopvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VIRTBOX/vbox-select-stopvm.sh b/VIRTBOX/vbox-select-stopvm.sh index aea754a..b7775c7 100644 --- a/VIRTBOX/vbox-select-stopvm.sh +++ b/VIRTBOX/vbox-select-stopvm.sh @@ -60,7 +60,7 @@ fi # auto-lowercase it for convenience vmn=${vmn,,} if [ "$vmn" = "all" ]; then - STOPALLVMS # external script, needs to be in PATH + STOPALLVMS.sh # external script, needs to be in PATH exit; elif [ $(echo $vmn |grep -c ',') -gt 0 ]; then