From 3dab26c6797b32926287f22a041380080551060b Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 20:50:48 +0100 Subject: pici rendrakás --- mayor-jav/mayor-base-jav/bin/etc/cron.daily/mayor | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 mayor-jav/mayor-base-jav/bin/etc/cron.daily/mayor (limited to 'mayor-jav/mayor-base-jav/bin/etc') diff --git a/mayor-jav/mayor-base-jav/bin/etc/cron.daily/mayor b/mayor-jav/mayor-base-jav/bin/etc/cron.daily/mayor new file mode 100755 index 00000000..815cc023 --- /dev/null +++ b/mayor-jav/mayor-base-jav/bin/etc/cron.daily/mayor @@ -0,0 +1,13 @@ +#!/bin/bash + +# A helyes környezet beállítása (svn alapú frissítés esetén az ékezetes file-nevekhez) +export LANG=hu_HU.UTF-8 + +# Napló napi mentése +/usr/local/sbin/mayor backup + +# Heti frissítés +if [ `date +'%w'` == 0 ]; then + /usr/local/sbin/mayor update +fi + -- cgit v1.2.3