Update alpine-vaultwarden.sh

restart vaultwarden
This commit is contained in:
tteckster 2024-08-18 22:30:57 -04:00 committed by GitHub
parent 631ef46466
commit 28085bb2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function update_script() {
header_info
case $CHOICE in
1)
apk update && apk upgrade
apk update && apk upgrade && rc-service vaultwarden restart -q
exit
;;
2)