From c0c22e3f9da5ebbcda40929029ae21b07889f9d0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 16:37:25 +1000 Subject: Oops, forgot to uncomment the untaring commands. --- apt-panopticon-RRD-rescue.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon-RRD-rescue.lua b/apt-panopticon-RRD-rescue.lua index 8fd06c0..44fe2e6 100755 --- a/apt-panopticon-RRD-rescue.lua +++ b/apt-panopticon-RRD-rescue.lua @@ -12,8 +12,8 @@ os.execute('rm -fr rrd') local files = io.popen('ls -1 *.tar.xz') for l in files:lines() do --- print('tar -xf ' .. l) --- os.execute('tar -xf ' .. l) + print('tar -xf ' .. l) + os.execute('tar -xf ' .. l) end local files = io.popen('ls -d1 results_*') -- cgit v1.1