summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-05-11 10:06:50 -0400
committerTed Trask <ttrask01@yahoo.com>2015-05-11 10:06:50 -0400
commit59f351e82d87d40b848c5b54979506e6330b9a16 (patch)
tree9e84bccc306d07ae2f36883eab6d6d6fe5d35c54
parent4d3d351fface621896b510df7acc33e8ff3c60dc (diff)
downloadacf-alpine-baselayout-59f351e82d87d40b848c5b54979506e6330b9a16.tar.bz2
acf-alpine-baselayout-59f351e82d87d40b848c5b54979506e6330b9a16.tar.xz
Fix exception by removing obsolete /tmp/squid logfile location
-rw-r--r--logfiles-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-model.lua b/logfiles-model.lua
index 590b3ae..04c3386 100644
--- a/logfiles-model.lua
+++ b/logfiles-model.lua
@@ -143,7 +143,7 @@ end
mymodule.get = function ()
-- These folders (and their subfolers) are going to be listed
- return list_files( "/var/log", "/tmp/squid/log" )
+ return list_files("/var/log")
end
mymodule.get_delete = function()