diff options
author | cheapie <no-email-for-you@example.com> | 2019-02-24 02:29:35 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2019-02-24 02:29:35 -0600 |
commit | 4f39733e29b0487ff9c4e1ae2ce5a4c66e56b0f6 (patch) | |
tree | e55fc7fa61293b6b0e611a8189a9b99077b23685 | |
parent | 8adb23d04e42c5ecff4cdb1986f45fb8af55e613 (diff) | |
download | das-master.tar das-master.tar.gz das-master.tar.bz2 das-master.tar.xz das-master.zip |
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |