X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=a9ecab00a23910f4699e4681fc3a5ce734d56528;hp=b8198507b872a152e3406ef1c4cae690e66d2be6;hb=fcfb5186a25aec4e921770c7c3bb56efa706dd43;hpb=c92265b74cad49bba1672241e0c3584223cdff54 diff --git a/grml-live b/grml-live index b819850..a9ecab0 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Thu Oct 18 00:42:13 CEST 2007 [mika] +# Latest change: Sat Oct 20 12:12:23 CEST 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -219,10 +219,12 @@ if [ -z "$FORCE" ] ; then fi echo - start_seconds=$(cut -d . -f 1 /proc/uptime) - log "------------------------------------------------------------------------------" - log "Starting grml-live run [$(date)]" fi + +start_seconds=$(cut -d . -f 1 /proc/uptime) +log "------------------------------------------------------------------------------" +log "Starting grml-live run [$(date)]" +log "Executed command line: $0 $*" # }}} # on-the-fly configuration {{{ @@ -452,7 +454,7 @@ fi # }}} # finalize {{{ -[ -n "$start_seconds" ] && SECONDS="$[$(cut -d . -f 1 /proc/uptime)-$start_seconds]" +[ -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]" log "------------------------------------------------------------------------------"