Skip to content

Commit 5dbd0b2

Browse files
committed
Make docker-cron.sh posix compliant
1 parent d8ee0f8 commit 5dbd0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-cron.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
2-
set -e
1+
#!/bin/sh
2+
set -eu
33

44
exec busybox crond -f -l 0 -L /dev/stdout

0 commit comments

Comments
 (0)