mirror of
https://github.com/wallabag/docker.git
synced 2026-02-12 04:47:34 +01:00
Fix -e=prod parameter
This commit is contained in:
@ -16,7 +16,7 @@ fi
|
|||||||
if [ "$1" = "import" ];then
|
if [ "$1" = "import" ];then
|
||||||
provisioner --skip-tags=firstrun
|
provisioner --skip-tags=firstrun
|
||||||
cd /var/www/wallabag/
|
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
|
fi
|
||||||
|
|
||||||
if [ "$1" = "migrate" ];then
|
if [ "$1" = "migrate" ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user