File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44echo " Starting container ..."
55
66if [ -n " ${NFS_TARGET} " ]; then
7- echo " Mounting NFS based on NFS_TARGET"
7+ echo " Mounting NFS based on NFS_TARGET: ${NFS_TARGET} "
88 mount -o nolock -v ${NFS_TARGET} /mnt/restic
99fi
1010
1111if [ ! -f " $RESTIC_REPOSITORY /config" ]; then
12- echo " Restic repository does not exists. Running restic init."
12+ echo " Restic repository ' ${RESTIC_REPOSITORY} ' does not exists. Running restic init."
1313 restic init | true
1414fi
1515
16- echo " Setup backup cron job with cron expression: ${BACKUP_CRON} "
16+ echo " Setup backup cron job with cron expression BACKUP_CRON : ${BACKUP_CRON} "
1717echo " ${BACKUP_CRON} /bin/backup >> /var/log/cron.log 2>&1" > /var/spool/cron/crontabs/root
1818
1919# Make sure the file exists before we start tail
You can’t perform that action at this time.
0 commit comments