This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new b78f382  Forces all path
b78f382 is described below

commit b78f382d14a0eefe4c16fba95c1d6d1b3b950bfd
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Mar 25 08:31:44 2022 +0100

    Forces all path
    
    ./all-manual.sh was working before in check-svn-update.sh, but no longer.
---
 demo-backup/check-svn-update.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/demo-backup/check-svn-update.sh b/demo-backup/check-svn-update.sh
index c96d2c9..60269f9 100755
--- a/demo-backup/check-svn-update.sh
+++ b/demo-backup/check-svn-update.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-# Restart each morning at 3
+# Restart OFBiz demos  each morning at 3
 # for ofbizDemo user
-# crontab -e
+# sudo crontab -e
 # add : 0 3 * * * nice -n 19 ionice -c2 -n7 
/home/ofbizDemo/check-svn-update.sh > /home/ofbizDemo/cronlog-svn-update.log 
2>&1
 # to test:  */10 * * * * ....
 
-./all-manual.sh
+/home/ofbizDemo/all-manual.sh

Reply via email to