Skip to content

Commit faab70a

Browse files
committed
Merge branch 'patch-1' [#29]
2 parents 542fca6 + 45de869 commit faab70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22
set -eu
3-
if [ ${MODE:-""} == "development" ]; then
3+
if [ "${MODE}" == "development" ]; then
44
if [ -f /app/requirements.txt ]; then pip install -r /app/requirements.txt; fi
55
exec python web.py
66
else

0 commit comments

Comments
 (0)