Docker of AllTube Download
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
if [ -n "$TITLE" ]; then
|
|
|
|
sed -i "/^appName:/cappName: $TITLE" /var/www/alltube/config/config.yml
|
|
|
|
fi
|
|
|
|
/usr/sbin/nginx
|
|
|
|
exec /usr/sbin/php-fpm7 -F
|