Update index.py
This commit is contained in:
parent
7e3f40cb20
commit
b01a2d15de
|
|
@ -122,6 +122,8 @@ def msgRunLog():
|
|||
def cronRunLog():
|
||||
if os.path.exists('/var/log/syslog.log'):
|
||||
return '/var/log/syslog.log'
|
||||
if os.path.exists('/var/log/syslog'):
|
||||
return '/var/log/syslog'
|
||||
return '/var/log/cron'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue