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 3ef3718 commit 72bee44Copy full SHA for 72bee44
ct/adguard.sh
@@ -52,15 +52,11 @@ function default_settings() {
52
VERB="no"
53
echo_default
54
}
55
-
56
function update_script() {
57
header_info
58
if [[ ! -d /opt/AdGuardHome ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
59
-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."
+msg_error "Adguard Home should be updated via the user interface."
+exit
64
65
66
start
0 commit comments