From a30e28e4873af0f1ea24a88d126deda56d6d251f Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 28 Dec 2019 02:23:06 +1000 Subject: Oops, forgot to uncomment code after testing. --- apt-panopticon-update-data.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apt-panopticon-update-data.lua') diff --git a/apt-panopticon-update-data.lua b/apt-panopticon-update-data.lua index 82509ad..e882c49 100755 --- a/apt-panopticon-update-data.lua +++ b/apt-panopticon-update-data.lua @@ -59,7 +59,6 @@ for l in files:lines() do if -1 < APT.verbosity then io.stdout:write('\r' .. 'tar -xf ' .. l); io.stdout:flush() end os.execute('tar -xf ' .. l) ---[[ os.execute('rm -f ' .. lsub .. '/*.curl') os.execute('rm -f ' .. lsub .. '/STATUS_*') @@ -97,11 +96,9 @@ for l in files:lines() do for k in fls:lines() do fixResults(k) end -]] end ---[[ if -1 < APT.verbosity then print('\nDeleting old RRD data.') end os.execute('rm -fr rrd') if -1 < APT.verbosity then print('\nRecreating RRD data.') end @@ -131,7 +128,7 @@ for l in files:lines() do end end end -]] + os.execute('rm ' .. lock) -- cgit v1.1