[rhmessaging-commits] rhmessaging commits: r3786 - mgmt/trunk/mint/bin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jan 11 16:57:14 EST 2010


Author: justi9
Date: 2010-01-11 16:57:14 -0500 (Mon, 11 Jan 2010)
New Revision: 3786

Modified:
   mgmt/trunk/mint/bin/mint-database
Log:
Can't use local outside of a function

Modified: mgmt/trunk/mint/bin/mint-database
===================================================================
--- mgmt/trunk/mint/bin/mint-database	2010-01-11 21:04:28 UTC (rev 3785)
+++ mgmt/trunk/mint/bin/mint-database	2010-01-11 21:57:14 UTC (rev 3786)
@@ -142,7 +142,7 @@
             exit 1
         fi
 
-        local i_stopped_postgres=""
+        i_stopped_postgres=""
 
         if run "/sbin/service postgresql status"; then
             echo "The database server is running.  To proceed with configuration, I need to stop it"



More information about the rhmessaging-commits mailing list