Enabled return of exported text file.
authorplugd <plugd@thelambdalab.xyz>
Wed, 21 Aug 2024 20:42:28 +0000 (22:42 +0200)
committerplugd <plugd@thelambdalab.xyz>
Wed, 21 Aug 2024 20:42:28 +0000 (22:42 +0200)
qwikboard

index fa0aba1..b297b64 100755 (executable)
--- a/qwikboard
+++ b/qwikboard
@@ -601,10 +601,10 @@ exec: {
 
          export_messages(handle, out_file_name)
 
-         print(qb.nncp_file .. " " .. out_file_name .. " " ..
-               node_id .. ":" .. qb.bbsid .. ".export.txt")
-         -- os.execute(qb.nncp_file .. " " .. out_file_name .. " " ..
-                    -- node_id .. ":" .. qb.bbsid .. ".export.txt")
+         -- print(qb.nncp_file .. " " .. out_file_name .. " " ..
+               -- node_id .. ":" .. qb.bbsid .. ".export.txt")
+         os.execute(qb.nncp_file .. " " .. out_file_name .. " " ..
+                    node_id .. ":" .. qb.bbsid .. ".export.txt")
 
          fs.rmfile(out_file_name)