yt-dlp-ntfy: do not output all commands
This commit is contained in:
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"
|
||||||
|
|
Loading…
Reference in New Issue