diff --git a/pihole-sync b/pihole-sync index 905e4db..9b8b674 100755 --- a/pihole-sync +++ b/pihole-sync @@ -226,7 +226,7 @@ do elif [ "$arg" == "--pull" ] || [ "$arg" == "--download" ] || [ "$arg" == "--down" ]|| [ "$arg" == "-d" ] then echo "$arg option detected. Running in Pull/Download mode." - pull + # pull exit 0 # Help - Displays help dialog elif [ "$arg" == "--help" ] || [ "$arg" == "-h" ] || [ "$arg" == "-?" ]