From 3ef371805692d3e7108402583ff437dc814bc6c9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:58:19 +0100 Subject: [PATCH] Merge adguard.sh (#238) --- ct/adguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/adguard.sh b/ct/adguard.sh index 78ca4ec5..fa95241f 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -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? " prompt [[ ${prompt,,} =~ ^(y|yes)$ ]] || exit 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