Fix typo on linux shellrun operation

more_events
Roberto Hueso Gómez 2020-05-14 17:27:42 +02:00
parent 269c7b5055
commit 32b73c50b1
1 changed files with 1 additions and 1 deletions

View File

@ -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")