aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/bin/etc/cron.daily/mayor
blob: 815cc0237f4a14f5ef56e97cbe809ff08592c08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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