Skip to content

Commit

Permalink
Update ct/adguard.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Håvard Gjøby Thom <[email protected]>
  • Loading branch information
MickLesk and havardthom authored Nov 13, 2024
1 parent 6fc07b8 commit 8facfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/adguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
[[ ${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. You can access it at: ${BL}http://${IP}:3000"
}

start
Expand Down

0 comments on commit 8facfa7

Please sign in to comment.