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 a1902cd  Moves to /home/ofbizDemo/ before calling demos scripts, not 
next yet
a1902cd is described below

commit a1902cd04fd84d7a24abcaae014617def7add263
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Mar 25 10:35:09 2022 +0100

    Moves to /home/ofbizDemo/ before calling demos scripts, not next yet
---
 demo-backup/all-manual.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/demo-backup/all-manual.sh b/demo-backup/all-manual.sh
index cf2da65..ae6629e 100755
--- a/demo-backup/all-manual.sh
+++ b/demo-backup/all-manual.sh
@@ -1,7 +1,9 @@
 #!/bin/sh
 
+cd /home/ofbizDemo/
+
 ./trunk.sh
 ./stable-manual.sh
-#./old-manual.sh
+# ./next-manual.sh
+
 
-cd /home/ofbizDemo

Reply via email to