mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden-update.sh
parent
d017b5ccdb
commit
a823c84006
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue