diff options
Diffstat (limited to 'mayor-mod/bin/etc/cron.daily')
-rwxr-xr-x | mayor-mod/bin/etc/cron.daily/mayor | 13 |
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 - |