From d7700866da4a3b28fb3c56877843d16d3a7550ca Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Wed, 24 Feb 2021 08:05:56 +0100 Subject: [PATCH] Remove unnecessary warning --- subjects/update-vm/sync.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/subjects/update-vm/sync.sh b/subjects/update-vm/sync.sh index cb7fb651..70841ab9 100755 --- a/subjects/update-vm/sync.sh +++ b/subjects/update-vm/sync.sh @@ -9,13 +9,6 @@ if ! test -d "$HOME/VirtualBox VMs"; then exit 1 fi -echo "If you have created snapshots for the debian-01 virtual machine, they will be deleted" -echo "Same thing for display recordings" -echo "You can safely ignore this warning if you don't know what it means" -echo -echo "Press the [RETURN] key to continue" -read -r - if pgrep VirtualBox >/dev/null; then echo Close VirtualBox before updating debian-01 Virtual Machine exit 1