We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7adce2 commit 3ef3718Copy full SHA for 3ef3718
ct/adguard.sh
@@ -60,7 +60,7 @@ if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
60
read -r -p "Warning: Storage is dangerously low, continue anyway? <y/N> " prompt
61
[[ ${prompt,,} =~ ^(y|yes)$ ]] || exit
62
fi
63
-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."
64
}
65
66
start
0 commit comments