Hans,
could you please already take care of using the files in the tools folder? I
could do this but I would not be able to test and since it seems you are
already on it it maybe easier for you.
Thanks
Jacopo
On Apr 3, 2012, at 9:12 AM, Nicolas Malin wrote:
> Hi hans,
>
> Just some suggests
>
>> @@ -32,14 +32,18 @@ OFBIZDIR="ofbiz"
>>
>> # Start OFBiz
>> start() {
>> + if [ "$USER" = "" ]; then
>> + echo "Mounting data disk at boottime here"
>> +# mount /dev/sdg /data
>> + fi
> It's not a specific server configuration ?
>
>> running
>> if [ "$OFBIZ_PROCS" = "" ]; then
>> echo "Ofbiz is already running..."
>> return 0
>> fi
>> if [ "$USER" = "$OFBIZUSER" ]; then
>> - echo "starting standard ~/$OFBIZDIR/startofbiz.sh"
>> - cd ~/$OFBIZDIR
>> + echo "starting standard /home/$OFBIZUSER/$OFBIZDIR/startofbiz.sh"
>> + cd /home/$OFBIZUSER/$OFBIZDIR
> I propose to replace "/home/$OFBIZUSER/$OFBIZDIR" by
> OFBIZ_LOCATION = "/home/$OFBIZUSER/$OFBIZDIR"
> and use like :
> cd $OFBIZ_LOCATION
>
> It's will be easier to change the ofbiz location especially if you have
> various ofbiz on same server ;)
>
> Nicolas
>
> --
> Nicolas MALIN
> Consultant
> Tél : 06.17.66.40.06
> Site projet : http://www.neogia.org/
> -------
> Société LibrenBerry
> Tél : 02.48.02.56.12
> Site : http://www.librenberry.net/
>