feat: add features
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /app/includes.sh
|
||||
|
||||
function configure_cron() {
|
||||
echo "${CRON} sh /app/backup.sh > /dev/stdout" >> /etc/crontabs/root
|
||||
}
|
||||
|
||||
init_env
|
||||
check_rclone_connection
|
||||
configure_cron
|
||||
|
||||
# foreground run crond
|
||||
crond -l 2 -f
|
||||
Reference in New Issue
Block a user