X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=a7db0d8841231cf17eb0b89a062c6081ed002a13;hb=9c4a6913833f105dc6581fc7aa9f737714aa9686;hp=4a683017682e68535174b18b73480bcad16a83d7;hpb=c5517473e37ed6e8205e2b7d55b1c1043e7abfaf;p=grml-live.git diff --git a/grml-live b/grml-live index 4a68301..a7db0d8 100755 --- a/grml-live +++ b/grml-live @@ -147,7 +147,14 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf -. $LIVE_CONF +if ! [ -r "$LIVE_CONF" ] ; then + log "Confuguration file $LIVE_CONF can not be read, ignoring" +else + log "Sourcing configuration file $LIVE_CONF" + einfo "Sourcing configuration file $LIVE_CONF" + . $LIVE_CONF + eend $? +fi # }}} # umount all directories {{{