svn commit: r525699 - /ofbiz/trunk/startofbiz.sh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r525699 - /ofbiz/trunk/startofbiz.sh

jacopoc
Author: jacopoc
Date: Wed Apr  4 22:05:38 2007
New Revision: 525699

URL: http://svn.apache.org/viewvc?view=rev&rev=525699
Log:
Correction for the new path to the logs folder. Thanks to David Shere for the patch (OFBIZ-872).

Modified:
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?view=diff&rev=525699&r1=525698&r2=525699
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Wed Apr  4 22:05:38 2007
@@ -23,7 +23,7 @@
 ADMIN_KEY=so3du5kasd5dn
 
 # console log file
-OFBIZ_LOG=framework/logs/console.log
+OFBIZ_LOG=runtime/logs/console.log
 
 # delete the last log
 rm -f $OFBIZ_LOG