mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
9 lines
191 B
Text
9 lines
191 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
cd /home/melpa/melpa
|
||
|
/usr/bin/python /home/melpa/melpa/scripts/process_log.py
|
||
|
|
||
|
/usr/sbin/logrotate -s /home/melpa/var/lib/logrotate/status /home/melpa/etc/logrotate
|
||
|
|
||
|
sleep 6h
|