mirror of
https://github.com/nextcloud/docker.git
synced 2025-11-22 03:01:17 +01:00
* 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>
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -L /dev/stdout
|