removed dead line

This commit is contained in:
Tony Tam
2017-04-14 14:12:55 -07:00
parent 3ce9baee30
commit 2b159372a9

View File

@@ -42,5 +42,4 @@ if [[ -n "$VALIDATOR_URL" ]]; then
sed -i "s|\(url: url,.*\)|\1\n validatorUrl: \"${VALIDATOR_URL}\",|g" $INDEX_FILE
fi
#exec http-server -p $PORT $*
exec nginx -g 'daemon off;'