From 56990618e9af28ccb75cd99fd46302745f079870 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Mon, 18 Sep 2017 01:12:19 +1000 Subject: [PATCH] Prevent Block Page issue * Block Page expects to see a full stop, otherwise it will throw an unhandled error --- pihole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole b/pihole index 999ab7c1..a41c9506 100755 --- a/pihole +++ b/pihole @@ -183,7 +183,7 @@ Options: fileName="${result%%.*}" if [[ -n "${blockpage}" ]]; then - echo "π ${fileName}" + echo "π ${result}" exit 0 elif [[ -n "${exact}" ]]; then echo " ${matchType^} found in ${COL_BOLD}${fileName^}${COL_NC}"