mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-01-18 00:34:27 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
0777c29ab9
commit
40d9597bad
@ -123,7 +123,19 @@ healthcheck) # Docker healthcheck
|
||||
if [ $# -eq 0 ]; then
|
||||
__exec_bash "/bin/bash"
|
||||
else
|
||||
__exec_bash "/bin/bash"
|
||||
case "$1" in
|
||||
audio)
|
||||
shift 1
|
||||
ytda "$@"
|
||||
;;
|
||||
video)
|
||||
shift 1
|
||||
ytdv "$@"
|
||||
;;
|
||||
*)
|
||||
ytda "$@"
|
||||
ytdv "$@"
|
||||
esac
|
||||
fi
|
||||
exitCode=$?
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user