X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=6e4522c2c17079abfa8d7a6d783ead1d828c1778;hb=eeb94c8c0817c0fc3d37266693eab7c66be9f3b2;hp=7ba513806075fd44b7b9ad681d139e8a973b3936;hpb=06725b7aa135a3f4af7d967bdb2c832bd7747aaa;p=grml-live.git diff --git a/grml-live b/grml-live index 7ba5138..6e4522c 100755 --- a/grml-live +++ b/grml-live @@ -872,8 +872,8 @@ fi # finalize {{{ [ -n "$start_seconds" ] && SECONDS="$[$(cut -d . -f 1 /proc/uptime)-$start_seconds]" || SECONDS="unknown" -einfo "Sucessfully finished execution of $PN [running ${SECONDS} seconds]" ; eend 0 -log "Sucessfully finished execution of $PN [running ${SECONDS} seconds]" +einfo "Successfully finished execution of $PN [running ${SECONDS} seconds]" ; eend 0 +log "Successfully finished execution of $PN [running ${SECONDS} seconds]" bailout 0 # }}}