Skip to content

Commit 3ef3718

Browse files
authored
Merge adguard.sh (#238)
1 parent f7adce2 commit 3ef3718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/adguard.sh

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

6666
start

0 commit comments

Comments
 (0)