logs: fix typo that was bound to happen ;)

This commit is contained in:
Franco Fichtner 2015-09-22 11:52:06 +02:00
parent d30725e7e6
commit 92bcb84d4b

View File

@ -69,7 +69,7 @@ function clear_all_log_files()
'squid/cache',
);
foreach ($clog_files as $lfile) {
foreach ($log_files as $lfile) {
clear_log("/var/log/{$lfile}.log", false);
}