Skip to content
Snippets Groups Projects
Commit 47db1bb7 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

.

parent 37a72300
No related branches found
No related tags found
No related merge requests found
Pipeline #92228 passed
......@@ -492,7 +492,7 @@ while True:
pid = os.fork()
if pid == 0:
#sys.exit(os.system(command))
call(command, shell=True)
sys.exit(call(command, shell=True))
printLog("Forked '"+command+"' as "+str(pid), loglevels.INFO)
except KeyError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment