From 32b73c50b1f0ecc64f33f2b99f60c3da6329f12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Hueso=20G=C3=B3mez?= Date: Thu, 14 May 2020 17:27:42 +0200 Subject: [PATCH] Fix typo on linux shellrun operation --- src/linux/ogOperations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/ogOperations.py b/src/linux/ogOperations.py index e194468..db37326 100644 --- a/src/linux/ogOperations.py +++ b/src/linux/ogOperations.py @@ -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")