yt-dlp-ntfy: do not output all commands

This commit is contained in:
2024-11-16 20:28:31 +01:00
parent 9a64735f3c
commit 7728ebfb16

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -uexo pipefail set -ueo pipefail
# Define PID file location # Define PID file location
PID_FILE="/tmp/yt-dlp-ntfy.pid" PID_FILE="/tmp/yt-dlp-ntfy.pid"