Update entrypoint.sh

This commit is contained in:
Dave Gallant
2023-12-09 00:13:21 -05:00
committed by GitHub
parent 6cfb7427c1
commit 18b10fcde8

View File

@@ -2,4 +2,4 @@
echo "Starting rfd-notify with config: $1" echo "Starting rfd-notify with config: $1"
python /app/cli.py -c "$1" python "/app/rfd_notify/cli.py" -c "$1"