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 ffa0ec9  Simpler than previous commit: always starts all from 
/home/ofbizDemo/
ffa0ec9 is described below

commit ffa0ec9ffb550b21f2b4050eef44ee661b2ca623
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Mar 25 10:42:43 2022 +0100

    Simpler than previous commit: always starts all from /home/ofbizDemo/
---
 demo-backup/all-manual.sh       | 2 --
 demo-backup/check-svn-update.sh | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/demo-backup/all-manual.sh b/demo-backup/all-manual.sh
index ae6629e..dcf82aa 100755
--- a/demo-backup/all-manual.sh
+++ b/demo-backup/all-manual.sh
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-cd /home/ofbizDemo/
-
 ./trunk.sh
 ./stable-manual.sh
 # ./next-manual.sh
diff --git a/demo-backup/check-svn-update.sh b/demo-backup/check-svn-update.sh
index 60269f9..eb69c09 100755
--- a/demo-backup/check-svn-update.sh
+++ b/demo-backup/check-svn-update.sh
@@ -6,4 +6,6 @@
 # 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 * * * * ....
 
-/home/ofbizDemo/all-manual.sh
+cd /home/ofbizDemo/
+
+./all-manual.sh

Reply via email to