From c76c1f105e9d3ef40ef726bf8920a47f948131dd Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Thu, 23 Mar 2023 16:03:12 +0800 Subject: [PATCH] feat: show yt-dlp version --- init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.sh b/init.sh index af50160..12907c8 100755 --- a/init.sh +++ b/init.sh @@ -26,5 +26,7 @@ if [ "$CONVERT" = "TRUE" ] || [ "$CONVERT" = "ON" ]; then sed -i "s,^convertAdvanced:.*,convertAdvanced: true," "${CONFIG}" fi +echo "yt-dlp version: $(yt-dlp --version)" + /usr/sbin/nginx exec /usr/sbin/php-fpm7 -F