initial release
All checks were successful
All checks were successful
This commit is contained in:
7
rootfs/app/entrypoint.sh
Executable file
7
rootfs/app/entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
CRONTAB=${CRONTAB:-"0 12 * * *"}
|
||||
|
||||
echo "${CRONTAB} /app/backup.sh" > /etc/crontabs/root
|
||||
|
||||
crond -f
|
||||
Reference in New Issue
Block a user