mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 15:20:51 +00:00
Merge pull request #1272 from balena-io/better-sh
Fix livepush predicate for POSIX sh in entry.sh
This commit is contained in:
commit
d371a3adbf
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user