We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206be57 commit 4c22bfaCopy full SHA for 4c22bfa
5 files changed
entrypoint.sh
@@ -4,7 +4,7 @@ SLEEP_TIME=${SLEEP_TIME:-10800}
4
5
while true; do
6
DATE=$(date)
7
- node dist/src/index.js
+ node dist/index.js
8
echo "Last run time: $DATE"
9
echo "Will run in $((SLEEP_TIME / 60)) minutes"
10
sleep "$SLEEP_TIME"
0 commit comments