Copy_logs fixes.

This commit is contained in:
Rob Nelson
2014-02-18 05:13:07 -08:00
parent 07ffaf7524
commit a79b45b3e7
3 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
/proc/copy_logs(var/where)
ext_python("copy_logs.py", "data/logs \"[where]\"")
if(config.copy_logs)
ext_python("copy_logs.py", "data/logs \"[config.copy_logs]\"")