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}"