X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=scripts%2Fburn-imgs.sh;fp=scripts%2Fburn-imgs.sh;h=bffc5e9544345ed62e9b12352cedfc6edd27740a;hb=e35d13e79fa992e58c1599e9304f16d0d34ba66b;hp=f33ea99251242a5a1affdc700c0df307f995d8b7;hpb=60432b45d7b084c6264e99233c49d99bc9cc52d8;p=backups%2F.git diff --git a/scripts/burn-imgs.sh b/scripts/burn-imgs.sh index f33ea99..bffc5e9 100755 --- a/scripts/burn-imgs.sh +++ b/scripts/burn-imgs.sh @@ -8,10 +8,7 @@ cronstopstart="/etc/init.d/cron" . config.sh # source the system specific configuration -if [ -f /etc/lsbackups.conf ] -then - . /etc/lsbackups.conf -fi +[ -f /etc/lsbackups.conf ] && . /etc/lsbackups.conf # If the noburn file is there then don't burn. [ -f "$noburnfile" ] && exit 0