Skip to content

Commit

Permalink
Switch order of config stuff in config display
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Prokop committed Dec 9, 2007
1 parent b3a8ee2 commit 550d8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-live
Expand Up @@ -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"
Expand Down

0 comments on commit 550d8f7

Please sign in to comment.