1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Merge pull request #228 from wallabag/fix/env-prod-cli-parameter

Fix `-e=prod` parameter
This commit is contained in:
Jérémy Benoist
2020-12-10 20:11:20 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ fi
if [ "$1" = "import" ];then
provisioner --skip-tags=firstrun
cd /var/www/wallabag/
exec su -c "bin/console wallabag:import:redis-worker -e=prod $2 -vv" -s /bin/sh nobody
exec su -c "bin/console wallabag:import:redis-worker --env=prod $2 -vv" -s /bin/sh nobody
fi
if [ "$1" = "migrate" ];then