[evolvis-commits] r9563: Remove debugging↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:27:36 CET 2011


Author: mirabilos
Date: 2011-02-24 17:27:36 +0100 (Thu, 24 Feb 2011)
New Revision: 9563

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/utils/install-apache.sh
Log:
Remove debugging


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/utils/install-apache.sh
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/utils/install-apache.sh	2011-02-24 16:27:35 UTC (rev 9562)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/utils/install-apache.sh	2011-02-24 16:27:36 UTC (rev 9563)
@@ -168,7 +168,6 @@
 	    			/usr/sbin/modules-config $flavour enable mod_env
 	    			/usr/sbin/modules-config $flavour enable mod_vhost_alias
 
-				set -x
 				LINK=`ls -l /etc/$flavour/conf.d/gforge.httpd.conf | sed 's/.*-> \(.*\)$/\1/'`
 				if [ "$LINK" != "$GFORGE_ETC_LIST" ] ; then 
 					echo Removing symlink
@@ -177,7 +176,6 @@
 				if [ -d /etc/$flavour/conf.d ] ; then
 					[ ! -e /etc/$flavour/conf.d/gforge.httpd.conf ] && ln -s $GFORGE_ETC_LIST /etc/$flavour/conf.d/gforge.httpd.conf
 				fi
-				set +x
 			fi
 			if [ -x /usr/sbin/$flavour ]; then
 				invoke-rc.d $flavour restart || true



More information about the evolvis-commits mailing list