Update pihole-sync

This commit is contained in:
2022-11-29 20:19:47 -06:00
parent 60e7aac411
commit 66706866e2

View File

@@ -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" == "-?" ]