mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-19 07:48:08 +00:00
Fix livepush predicate for POSIX sh in entry.sh
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
2
entry.sh
2
entry.sh
@ -53,7 +53,7 @@ fi
|
|||||||
# not a problem.
|
# not a problem.
|
||||||
modprobe ip6_tables || true
|
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 npx nodemon --watch src --watch typings --ignore tests -e js,ts,json \
|
||||||
--exec node -r ts-node/register/transpile-only src/app.ts
|
--exec node -r ts-node/register/transpile-only src/app.ts
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user