yt-dlp-ntfy: do not output all commands
This commit is contained in:
parent
9a64735f3c
commit
7728ebfb16
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -uexo pipefail
|
||||
set -ueo pipefail
|
||||
|
||||
# Define PID file location
|
||||
PID_FILE="/tmp/yt-dlp-ntfy.pid"
|
||||
|
|
Loading…
Reference in New Issue