[Monodevelop-patches-list] r1386 - trunk/md-website

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Apr 5 07:11:23 EDT 2004


Author: deboald
Date: 2004-04-05 07:11:23 -0400 (Mon, 05 Apr 2004)
New Revision: 1386

Modified:
   trunk/md-website/startserver.sh
Log:
svn tells me this is modified - I think I changed it weeks ago :)


Modified: trunk/md-website/startserver.sh
===================================================================
--- trunk/md-website/startserver.sh	2004-04-05 10:53:50 UTC (rev 1385)
+++ trunk/md-website/startserver.sh	2004-04-05 11:11:23 UTC (rev 1386)
@@ -1,6 +1,11 @@
 #!/bin/bash
 
+# clean wapi, if necessary
+rm -rf $HOME/.wapi
+
 # start the mod-mono-server assembly
 
 mono /usr/local/bin/mod-mono-server.exe --root . --applications /:. --nonstop
 chmod 666 /tmp/mod_mono_server
+
+/etc/init.d/apache2 restart




More information about the Monodevelop-patches-list mailing list