aboutsummaryrefslogtreecommitdiffstats
path: root/mayor/bin/etc
diff options
context:
space:
mode:
authorM.Gergo2018-03-04 13:04:58 +0100
committerGergo2018-03-04 13:04:58 +0100
commit044a4bc2855521d49054d1854650491a99f3c5ce (patch)
treec22bac72067eaedc8c141558173f3e7fa9e93741 /mayor/bin/etc
downloadmayor-044a4bc2855521d49054d1854650491a99f3c5ce.tar.gz
mayor-044a4bc2855521d49054d1854650491a99f3c5ce.zip
eredeti fájlok
Diffstat (limited to 'mayor/bin/etc')
-rwxr-xr-xmayor/bin/etc/cron.daily/mayor13
1 files changed, 13 insertions, 0 deletions
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
+