mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 18:18:26 +01:00
Make docker-cron.sh posix compliant
This commit is contained in:
parent
d8ee0f83d1
commit
5dbd0b220f
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue