Skip to content

Commit b434ee3

Browse files
committed
Update run.sh
1 parent 9aafaed commit b434ee3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -x
32

43
while [ ! -f /run/fcron.pid ]
54
do
@@ -37,7 +36,7 @@ EOF
3736
cat /tmp/cron.tmp
3837

3938
fcrontab /tmp/cron.tmp
40-
sleep 300
39+
sleep 86400
4140
done
4241

4342

0 commit comments

Comments
 (0)