Make docker-cron.sh posix compliant
This commit is contained in:
parent
d8ee0f83d1
commit
5dbd0b220f
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
set -e
|
set -eu
|
||||||
|
|
||||||
exec busybox crond -f -l 0 -L /dev/stdout
|
exec busybox crond -f -l 0 -L /dev/stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user