Update vaultwarden-update.sh

This commit is contained in:
tteckster 2022-07-17 16:18:40 -04:00 committed by GitHub
parent 6521204bd6
commit f1add97f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ systemctl start vaultwarden.service
sleep 1 sleep 1
echo -e "${GN} Cleaning up... ${CL}" echo -e "${GN} Cleaning up... ${CL}"
cd ~
rm -rf vaultwarden rm -rf vaultwarden
echo -e "${GN} Finished Update (set resources back to normal settings)${CL}" echo -e "${GN} Finished Update (set resources back to normal settings)${CL}"