Browse Source

feat: show yt-dlp version

master
Dnomd343 2 years ago
parent
commit
c76c1f105e
  1. 2
      init.sh

2
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

Loading…
Cancel
Save