svn commit: r1791743 - /ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh

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

svn commit: r1791743 - /ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh

jleroux@apache.org
Author: jleroux
Date: Tue Apr 18 05:44:32 2017
New Revision: 1791743

URL: http://svn.apache.org/viewvc?rev=1791743&view=rev
Log:
No functional change

I spotted that I used stop instead of shutdown in this script (why did we change
 this word? :-o) So I thought that I could get rid of terminateOfbiz in
trunk-manual.sh. But no, it's really needed. Though locally I can use shutdown
to stop both instances. Not sure why it fails on the server.

I have no yet tried to use stable-manual.sh to restart stable independently, but
I guess it works.


Modified:
    ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh

Modified: ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh?rev=1791743&r1=1791742&r2=1791743&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh (original)
+++ ofbiz/ofbiz-framework/trunk/tools/demo-backup/stable-manual.sh Tue Apr 18 05:44:32 2017
@@ -2,7 +2,7 @@
 
 cd /home/ofbizDemo/branch16.11
 svn up
-./gradlew "ofbizBackground --stop --portoffset 10000"
+./gradlew "ofbizBackground --shutdown --portoffset 10000"
 ./gradlew cleanAll
 ./gradlew "ofbiz --load-data --portoffset 10000"
 ./gradlew svnInfoFooter