1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 13:58:06 +00:00

Merge adguard.sh (#238)

This commit is contained in:
CanbiZ 2024-11-13 23:58:19 +01:00 committed by GitHub
parent f7adce2fda
commit 3ef3718056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
read -r -p "Warning: Storage is dangerously low, continue anyway? <y/N> " prompt read -r -p "Warning: Storage is dangerously low, continue anyway? <y/N> " prompt
[[ ${prompt,,} =~ ^(y|yes)$ ]] || exit [[ ${prompt,,} =~ ^(y|yes)$ ]] || exit
fi fi
echo "Adguard Home should be updated via the user interface. You can access it at: ${BL}http://${IP}:3000" echo "Adguard Home should be updated via the user interface."
} }
start start