mirror of
https://github.com/nextcloud/docker.git
synced 2026-01-04 16:21:18 +01:00
Make docker-cron.sh posix compliant
This commit is contained in:
parent
d8ee0f83d1
commit
5dbd0b220f
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec busybox crond -f -l 0 -L /dev/stdout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user