From 051a813d59d21f6db0c1597bf058150574a57504 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 26 Mar 2022 11:34:12 -0400 Subject: [PATCH] Update vaultwarden-update.sh --- misc/vaultwarden-update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/vaultwarden-update.sh b/misc/vaultwarden-update.sh index c6d61282..1f919e0d 100644 --- a/misc/vaultwarden-update.sh +++ b/misc/vaultwarden-update.sh @@ -29,8 +29,9 @@ while true; do * ) echo "Please answer yes or no.";; esac done -clear -update_info +#clear +#update_info +sleep 2 echo -e "${GN} Stopping Vaultwarden... ${CL}" systemctl stop vaultwarden.service sleep 1