X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fcron-burn.sh;h=4fe9a0b165ef26c4e84a82fa1afe38163330709c;hb=c92b2a057cef503a5d2fa29d0372ac3ed054e7a2;hp=496793598d3785db118f3699ba6b00e879723417;hpb=fc128fd4b1e153273aff366d6ce9f75c2b992c40;p=backups%2F.git diff --git a/scripts/cron-burn.sh b/scripts/cron-burn.sh index 4967935..4fe9a0b 100755 --- a/scripts/cron-burn.sh +++ b/scripts/cron-burn.sh @@ -2,8 +2,12 @@ export PATH=$(dirname $0):/bin:/usr/bin:/sbin +# source the default configuration . config.sh +# source the system specific configuration +[ -f /etc/lsbackups.conf ] && . /etc/lsbackups.conf + # burn-imgs.sh needs to be detached so that it can stop and start cron without # dying itself.