[Vtigercrm-commits] [vtiger-commits] r6152 - /vtigercrm/trunk/pkg/bin/startvTiger.bat

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 08:48:45 EDT 2006


Author: richie
Date: Thu May 18 06:48:41 2006
New Revision: 6152

Log:
message changed

Modified:
    vtigercrm/trunk/pkg/bin/startvTiger.bat

Modified: vtigercrm/trunk/pkg/bin/startvTiger.bat
==============================================================================
--- vtigercrm/trunk/pkg/bin/startvTiger.bat (original)
+++ vtigercrm/trunk/pkg/bin/startvTiger.bat Thu May 18 06:48:41 2006
@@ -45,14 +45,16 @@
 echo ""
 bin\apache -k stop -n vtigercrm5_beta
 bin\apache -k uninstall -n vtigercrm5_beta
+echo "Uninstalling apache service again for confirmation after sleeping for 10 seconds"
+echo ""
+%SLEEP_STR% -n 10 127.0.0.1>nul
+bin\apache -k stop -n vtigercrm5_beta
+bin\apache -k uninstall -n vtigercrm5_beta 
 echo ""
 echo ""
-echo "installing vtigercrm5_beta apache service"
+echo "Installing  vtigercrm5_beta apache service after sleeping for 10 seconds"
 echo ""
-echo ""
-echo "Starting  vtigercrm5_beta apache service after sleeping for 20 seconds"
-echo ""
-%SLEEP_STR% -n 20 127.0.0.1>nul
+%SLEEP_STR% -n 10 127.0.0.1>nul
 bin\apache -k install -n vtigercrm5_beta -f conf\httpd.conf
 echo ""
 echo "Starting  vtigercrm5_beta apache service"





More information about the vtigercrm-commits mailing list