diff options
author | M.Gergo | 2018-03-04 13:04:58 +0100 |
---|---|---|
committer | Gergo | 2018-03-04 13:04:58 +0100 |
commit | 044a4bc2855521d49054d1854650491a99f3c5ce (patch) | |
tree | c22bac72067eaedc8c141558173f3e7fa9e93741 /mayor/bin/etc | |
download | mayor-044a4bc2855521d49054d1854650491a99f3c5ce.tar.gz mayor-044a4bc2855521d49054d1854650491a99f3c5ce.zip |
eredeti fájlok
Diffstat (limited to 'mayor/bin/etc')
-rwxr-xr-x | mayor/bin/etc/cron.daily/mayor | 13 |
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 + |