X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=93478730493e5c1cc5a4db2fe4ba99f3bfe82896;hb=5667758ff8706cdcf86bb526f8074ff4ebb57302;hp=9d7900be378b80aff4bb01f22f40d964971d45b6;hpb=cde80754f9d19f2eb9c3ed4c0637b734366e8745;p=grml-live.git diff --git a/grml-live b/grml-live index 9d7900b..9347873 100755 --- a/grml-live +++ b/grml-live @@ -65,7 +65,7 @@ trap bailout 1 2 3 15 [ -n "$LOGDIR" ] || LOGDIR="/var/log/fai/dirinstall/$HOSTNAME" [ -d "$LOGDIR" ] || mkdir -p $LOGDIR -LOGFILE="$LOGDIR/grml-live.conf" +LOGFILE="$LOGDIR/grml-live.log" # }}} # some important functions {{{