Skip to content

Commit 952184c

Browse files
committed
fix bash errors
1 parent 606df33 commit 952184c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timer-job.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
while true do
2+
while true; do
33
/apps/update-dns.sh
44
sleep 300s
5-
end
5+
done

0 commit comments

Comments
 (0)