mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-07 20:08:25 +01:00
1891bfa5e0
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Add 19 to allow_failures Signed-off-by: Tilo Spannagel <development@tilosp.de> Co-authored-by: Tilo Spannagel <development@tilosp.de>
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -l 0 -L /dev/stdout
|