Update vaultwarden-update.sh

This commit is contained in:
tteckster 2022-02-28 10:07:57 -05:00 committed by GitHub
parent d017b5ccdb
commit a823c84006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ clear
update_info
echo -e "${GN} Stopping Vaultwarden... ${CL}"
systemctl stop vaultwarden.service
sleep 1
echo -e "${GN} Updating to ${VWRELEASE}... ${CL}"
wget https://github.com/dani-garcia/bw_web_builds/releases/download/$VWRELEASE/bw_web_$VWRELEASE.tar.gz &>/dev/null