X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=3d74d296c1d28c7b0fec85dc7ab44ececb31b63e;hp=f5a34532be95de621cbe379ba0e331d55ec3d1e6;hb=843d74dcdc22aeb0d6b15082f73345e5b340769d;hpb=3e43f6558cec07e1396e907fae94eb2c7b6d4157 diff --git a/grml-live b/grml-live index f5a3453..3d74d29 100755 --- a/grml-live +++ b/grml-live @@ -1095,8 +1095,8 @@ fi # finalize {{{ [ -n "$start_seconds" ] && SECONDS="$[$(cut -d . -f 1 /proc/uptime)-$start_seconds]" || SECONDS="unknown" -einfo "Successfully finished execution of $PN [running ${SECONDS} seconds]" ; eend 0 -log "Successfully finished execution of $PN [running ${SECONDS} seconds]" +einfo "Successfully finished execution of $PN [$(date) - running ${SECONDS} seconds]" ; eend 0 +log "Successfully finished execution of $PN [$(date) - running ${SECONDS} seconds]" bailout 0 # }}}