We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd721c4 commit efb193eCopy full SHA for efb193e
rootfs/etc/services.d/fevr/run
@@ -31,7 +31,7 @@ FEVR_PORT=${FEVR_PORT:-5090}
31
UWSGI_WORKERS=${UWSGI_WORKERS:-4}
32
echo "Starting fEVR on $FEVR_HOST:$FEVR_PORT with $UWSGI_WORKERS workers."
33
FEVR_DEVELOPMENT=${FEVR_DEVELOPMENT}
34
-if [ $FEVR_DEVELOPMENT="true" ]; then
+if [ "$FEVR_DEVELOPMENT" == "true" ]; then
35
export FLASK_ENV='development'
36
/fevr/venv/bin/flask run -h "0.0.0.0" -p $FEVR_PORT
37
else
0 commit comments