[Mapbender-commits] r8021 - trunk/mapbender/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 28 10:02:25 EDT 2011


Author: astrid_emde
Date: 2011-07-28 07:02:25 -0700 (Thu, 28 Jul 2011)
New Revision: 8021

Modified:
   trunk/mapbender/resources/db/install.sh
Log:
merged with 2.7

Modified: trunk/mapbender/resources/db/install.sh
===================================================================
--- trunk/mapbender/resources/db/install.sh	2011-07-28 14:00:46 UTC (rev 8020)
+++ trunk/mapbender/resources/db/install.sh	2011-07-28 14:02:25 UTC (rev 8021)
@@ -187,6 +187,7 @@
     then
           echo "Do you want that all files are owned by the apache webserver? (y)es or (n)o"
           read setowner
+		: ${setowner:="n"}  
           if test $setowner != "n"
           then
 	        echo "Please specify the webserver user (on Debian Linux typically www-data)"
@@ -227,6 +228,7 @@
 then
 	echo "Continue? (y)es or (n)o"
 	read disclaimer
+		: ${disclaimer:="n"}  
 	if test $disclaimer != "y"
 	then
 		exit 1
@@ -237,6 +239,7 @@
 	show_db_config;
 	echo "Look ok? Start Install? (y)es or (n)o"
 	read ANSWER
+		: ${ANSWER:="n"}  
 	if test $ANSWER != "y"
 	then
 	    exec $0



More information about the Mapbender_commits mailing list