summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 162e98f..7e7f6ea 100644
--- a/init.lua
+++ b/init.lua
@@ -33,7 +33,7 @@ local on_digiline_receive = function (pos, node, channel, msg)
cmd = cmd.." -s "..sendlen.." -i "..outtemp
end
print(cmd)
- os.execute(cmd)
+ ret.sk = os.execute(cmd)
if msg.request then
local infile = io.open(intemp,"r")
if infile then