You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/05 07:05:39 UTC

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

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