mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-22 21:53:54 +01:00
3cbec37106
* Update docker-cron.sh Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com> * Update stack.yml Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com> * Update docker-cron.sh * Update docker-cron.sh Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com> * Update stack.yml Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com> --------- Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
4 lines
56 B
Bash
Executable file
4 lines
56 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -L /dev/stdout
|