summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2019-02-24 02:29:35 -0600
committercheapie <no-email-for-you@example.com>2019-02-24 02:29:35 -0600
commit4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6 (patch)
treee55fc7fa61293b6b0e611a8189a9b99077b23685
parent8adb23d04e42c5ecff4cdb1986f45fb8af55e613 (diff)
downloaddas-4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6.tar
das-4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6.tar.gz
das-4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6.tar.bz2
das-4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6.tar.xz
das-4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6.zip
Report sense keyHEADmaster
-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