diff --git a/entry.sh b/entry.sh index 0c236fa0..a9ec7d9e 100755 --- a/entry.sh +++ b/entry.sh @@ -53,7 +53,7 @@ fi # not a problem. modprobe ip6_tables || true -if [ "${LIVEPUSH}" -eq "1" ]; then +if [ "${LIVEPUSH}" = "1" ]; then exec npx nodemon --watch src --watch typings --ignore tests -e js,ts,json \ --exec node -r ts-node/register/transpile-only src/app.ts else