The last thing you want to do is run a script blindly from an external source, even ofbiz,apache.org. Suppose someone accidentally checks in a test script that does an "/bin/rm -rf something", and you run it, just because it was checked on. Not a great idea.
Copy the script and place it in /etc/init.d, and modify it to your needs. On Fri, Dec 21, 2012 at 12:16 PM, Mark Schneider <[email protected]>wrote: > Hello > > I guess it would make sense to modify *startofbiz.sh (as follows) *in the > next release/version of OFBiz 10.04: > ~/apache-ofbiz-10.04.04$ *dos2unix startofbiz.sh*; chmod 755 > *startofbiz.sh* > > regards, Mark > > -- > [email protected] > > http://rsync.it-**infrastrukturen.org<http://rsync.it-infrastrukturen.org> > >
