From b1af0fedbeb5957b4b8db9198ccae9ea9f89c452 Mon Sep 17 00:00:00 2001 From: Jack'lul Date: Sat, 8 Mar 2025 11:55:05 +0100 Subject: [PATCH] Indicate that you can pass arguments here --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index c11ee9b..4602181 100644 --- a/docker.sh +++ b/docker.sh @@ -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