yt-dlp-ntfy: do not output all commands

This commit is contained in:
Lukáš Kucharczyk 2024-11-16 20:28:31 +01:00
parent 9a64735f3c
commit 7728ebfb16
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -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"