diff options
-rwxr-xr-x | bin/vm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ case "$ACTION" in STATUS=down fi - SNAPSHOT="$(cat "$RUNDIR/$NAME.snapshot")" + SNAPSHOT="$(cat "$RUNDIR/$NAME.snapshot" 2>/dev/null ||:)" if [ "$SNAPSHOT" = true ] && [ "$STATUS" = 'up' ]; then SNAPSHOT='snapshot' else |