... | ... |
@@ -213,8 +213,7 @@ set_votes = function (r) |
213 | 213 |
if opt_end then break end |
214 | 214 |
end |
215 | 215 |
os.remove(filename) |
216 |
- _command = #command |
|
217 |
- for i = _command + 1, _command + #script_options do table.insert(command, script_options[i - _command]) end |
|
216 |
+ for i = 1, #script_options do table.insert(command, script_options[i]) end |
|
218 | 217 |
table.insert(command, '> /dev/null 2>&1 &') |
219 | 218 |
end |
220 | 219 |
end |