From 06f92c44608d2710f709d2fa42b464e517433e1d Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Sat, 4 Jun 2022 12:09:32 -0500 Subject: [PATCH] donotusethis1olderscript --- VIRTBOX/vbox-selectvm-statechange.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VIRTBOX/vbox-selectvm-statechange.sh b/VIRTBOX/vbox-selectvm-statechange.sh index 254b1d8..875d7e2 100644 --- a/VIRTBOX/vbox-selectvm-statechange.sh +++ b/VIRTBOX/vbox-selectvm-statechange.sh @@ -27,7 +27,7 @@ function failexit () { echo '! Something failed! Code: '"$1 $2" # code # (and optional description) exit $1 } - + function stopvm () { echo "$(date) - $(whoami) Stopping VM ${vm} / ${vmuuid}" |tee -a $logf #[ $debugg -eq 0 ] && time $vbm controlvm $stopthis savestate && echo "$vm is now stopped - $(date)" |tee -a $logf