Skip to content

Commit

Permalink
Indicate that you can pass arguments here
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Mar 8, 2025
1 parent 9886009 commit b1af0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case $1 in
/usr/bin/php /usr/local/sbin/pihole-updatelists --config=/etc/pihole-updatelists/pihole-updatelists.conf --env $SCRIPT_ARGS $@
;;
*)
echo "Usage: $0 run"
echo "Usage: $0 run [ARGS]"
exit 1
;;
esac

0 comments on commit b1af0fe

Please sign in to comment.