Update vaultwarden-update.sh

This commit is contained in:
tteckster 2022-03-26 11:34:12 -04:00 committed by GitHub
parent 029e573702
commit 051a813d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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