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 db922ee Clearer, simpler comments db922ee is described below commit db922eea067a90d7ac2511aca61fbd3b40896bc4 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Mar 25 13:29:33 2022 +0100 Clearer, simpler comments --- demo-backup/check-svn-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-backup/check-svn-update.sh b/demo-backup/check-svn-update.sh index eb69c09..03f01ec 100755 --- a/demo-backup/check-svn-update.sh +++ b/demo-backup/check-svn-update.sh @@ -3,8 +3,8 @@ # Restart OFBiz demos each morning at 3 # for ofbizDemo user # 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 * * * * .... +# 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 * * * * cd /home/ofbizDemo/