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