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

View File

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