mirror of https://git.48k.eu/ogclient
Fix typo on linux shellrun operation
parent
269c7b5055
commit
32b73c50b1
|
@ -68,7 +68,7 @@ class OgLinuxOperations:
|
|||
else:
|
||||
subprocess.call(['/sbin/reboot'])
|
||||
|
||||
def shellrun(self, request, ogRest)
|
||||
def shellrun(self, request, ogRest):
|
||||
cmd = request.getrun()
|
||||
cmds = cmd.split(";|\n\r")
|
||||
|
||||
|
|
Loading…
Reference in New Issue