Switch order of config stuff in config display
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:39:33 +0000 (16:39 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:39:33 +0000 (16:39 +0100)
grml-live

index 0f83a9d..bbc628f 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -241,8 +241,8 @@ if [ -z "$FORCE" ] ; then
    echo
    echo "  FAI classes:       $CLASSES"
    echo "  main directory:    $OUTPUT"
-   [ -n "$CONFIG" ]        && echo "  configuration:     $CONFIG"
    [ -r "$LOCAL_CONFIG" ]  && echo "  local config:      /etc/grml/grml-live.local"
+   [ -n "$CONFIG" ]        && echo "  configuration:     $CONFIG"
    [ -n "$CHROOT_OUTPUT" ] && echo "  chroot target:     $CHROOT_OUTPUT"
    [ -n "$BUILD_OUTPUT" ]  && echo "  build target:      $BUILD_OUTPUT"
    [ -n "$ISO_OUTPUT" ]    && echo "  ISO target:        $ISO_OUTPUT"