Make docker-cron.sh posix compliant

This commit is contained in:
Tilo Spannagel 2018-03-15 12:29:55 +01:00
parent d8ee0f83d1
commit 5dbd0b220f
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -e
#!/bin/sh
set -eu
exec busybox crond -f -l 0 -L /dev/stdout