X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=a6dcafb7cc9c6c69b98977ef57727e98393f9a24;hp=a7db0d8841231cf17eb0b89a062c6081ed002a13;hb=de23db497b0bc13f5caa4418f03de5b5ba6aaaf8;hpb=9c4a6913833f105dc6581fc7aa9f737714aa9686 diff --git a/grml-live b/grml-live index a7db0d8..a6dcafb 100755 --- a/grml-live +++ b/grml-live @@ -148,9 +148,8 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf if ! [ -r "$LIVE_CONF" ] ; then - log "Confuguration file $LIVE_CONF can not be read, ignoring" + ewarn "Configuration file $LIVE_CONF can not be read, ignoring" else - log "Sourcing configuration file $LIVE_CONF" einfo "Sourcing configuration file $LIVE_CONF" . $LIVE_CONF eend $?