1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

Delete tarball after update

This commit is contained in:
schiz0phr3ne 2022-07-10 17:51:12 +02:00 committed by GitHub
parent 680e537e1b
commit 4dd4a926ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ else
tar -zxf bw_web_$VWRELEASE.tar.gz -C /opt/vaultwarden/ &>/dev/null
fi
echo -e "${GN} Cleaning up... ${CL}"
rm bw_web_$VWRELEASE.tar.gz
echo -e "${GN} Starting Vaultwarden... ${CL}"
systemctl start vaultwarden.service
sleep 1