[SCM] live-helper branch, master, updated. 1.0.5-2-65-g556f4c7
    Daniel Baumann 
    daniel at debian.org
       
    Fri Nov 13 13:54:26 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 556f4c70492139006ff407bef5186f3c23f450e6
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Nov 13 14:52:43 2009 +0100
    Giving conditional message in lh_config when creating or updating the config tree.
diff --git a/helpers/lh_config b/helpers/lh_config
index 7dd2e65..d74b21d 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -778,7 +778,12 @@ Set_defaults
 # Checking defaults
 Check_defaults
 
-Echo_message "Creating config tree"
+if [ ! -e config ]
+then
+	Echo_message "Creating config tree"
+else
+	Echo_message "Updating config tree"
+fi
 
 # Creating bootstrap configuration
 mkdir -p config
-- 
live-helper
    
    
More information about the debian-live-changes
mailing list