mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-08 04:12:49 +00:00
Update alpine-vaultwarden-v5.sh
Tweak
This commit is contained in:
@@ -404,11 +404,10 @@ if command -v pveversion >/dev/null 2>&1; then
|
||||
install_script
|
||||
fi
|
||||
|
||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/conf.d/vaultwarden ]]; then
|
||||
if ! command -v pveversion >/dev/null 2>&1; then
|
||||
if [[ ! -f /etc/conf.d/vaultwarden ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
fi
|
||||
|
||||
if ! command -v pveversion >/dev/null 2>&1 && [[ -f /etc/conf.d/vaultwarden ]]; then
|
||||
else
|
||||
update_script
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user