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