use php-ffmpeg v0.15

This commit is contained in:
aynsix
2020-04-01 13:52:55 +03:00
parent 65a4a7deb0
commit a39c0b5ff0
3 changed files with 39 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ chown -R app:app \
FILE=config/configuration.yml
if [ -f "$FILE" ]; then
bin/setup system:config set registry.general.title $PHRASEANET_PROJECT_NAME
echo "$FILE exists, skip setup."
else
echo "$FILE doesn't exist, entering setup..."