X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fburn-imgs.sh;h=bffc5e9544345ed62e9b12352cedfc6edd27740a;hb=785d464aefc1baf17592660c20ddd330da25cf39;hp=f33ea99251242a5a1affdc700c0df307f995d8b7;hpb=1bf84f6a5da2c88def0df3643abe41b11c3b0c89;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