mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
7 lines
164 B
Bash
7 lines
164 B
Bash
#!/bin/sh
|
|
autorestic $AUTORESTIC_INITIAL_ARGS
|
|
if [ -n "$CRON_CONFIG_DIR" ]
|
|
then
|
|
echo "CRON_CONFIG_DIR is set, cron enabled"
|
|
crond -f -L /var/log/cron.log
|
|
fi |