Switch order of config stuff in config display - 2nd try 0.0.11
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:40:43 +0000 (16:40 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:40:43 +0000 (16:40 +0100)
grml-live

index bbc628f..64c5960 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -240,9 +240,9 @@ if [ -z "$FORCE" ] ; then
    echo "${PN} [${GRML_LIVE_VERSION}]: check your configuration (or use -F to force execution):"
    echo
    echo "  FAI classes:       $CLASSES"
-   echo "  main directory:    $OUTPUT"
    [ -r "$LOCAL_CONFIG" ]  && echo "  local config:      /etc/grml/grml-live.local"
    [ -n "$CONFIG" ]        && echo "  configuration:     $CONFIG"
+   echo "  main directory:    $OUTPUT"
    [ -n "$CHROOT_OUTPUT" ] && echo "  chroot target:     $CHROOT_OUTPUT"
    [ -n "$BUILD_OUTPUT" ]  && echo "  build target:      $BUILD_OUTPUT"
    [ -n "$ISO_OUTPUT" ]    && echo "  ISO target:        $ISO_OUTPUT"