From 044a4bc2855521d49054d1854650491a99f3c5ce Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 4 Mar 2018 13:04:58 +0100 Subject: eredeti fájlok --- mayor/bin/etc/cron.daily/mayor | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 mayor/bin/etc/cron.daily/mayor (limited to 'mayor/bin/etc') diff --git a/mayor/bin/etc/cron.daily/mayor b/mayor/bin/etc/cron.daily/mayor new file mode 100755 index 00000000..815cc023 --- /dev/null +++ b/mayor/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