Skip to content

Commit

Permalink
rm debug to force exit code 1 when fails
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jan 3, 2024
1 parent a5f2921 commit 5392466
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions subnet/deployment-generator/docker/start.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
#!/bin/bash
node /app/src/gen.js


if [[ -n "${SLEEP}" ]]; then
echo "sleep ${SLEEP}"
sleep ${SLEEP}
else
echo "docker run finished"
fi
node /app/src/gen.js

0 comments on commit 5392466

Please sign in to comment.