aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-mod/bin/etc
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 20:50:48 +0100
committerM.Gergo2019-03-08 20:50:48 +0100
commit3dab26c6797b32926287f22a041380080551060b (patch)
treebb4ba41398083a054e956e25f2d8c72bcdd0a7a0 /mayor-mod/bin/etc
parentf70027ffbedce10f412868a7bf9b0b67b113f1b1 (diff)
downloadmayor-3dab26c6797b32926287f22a041380080551060b.tar.gz
mayor-3dab26c6797b32926287f22a041380080551060b.zip
pici rendrakás
Diffstat (limited to 'mayor-mod/bin/etc')
-rwxr-xr-xmayor-mod/bin/etc/cron.daily/mayor13
1 files changed, 0 insertions, 13 deletions
diff --git a/mayor-mod/bin/etc/cron.daily/mayor b/mayor-mod/bin/etc/cron.daily/mayor
deleted file mode 100755
index 815cc023..00000000
--- a/mayor-mod/bin/etc/cron.daily/mayor
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-