From 550d8f7a51e69cfb997745f9f46026cfac7a36aa Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Dec 2007 16:39:33 +0100 Subject: [PATCH] Switch order of config stuff in config display --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-live b/grml-live index 0f83a9d..bbc628f 100755 --- 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" -- 2.1.4