summaryrefslogtreecommitdiffstats
path: root/src/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux')
-rw-r--r--src/linux/ogOperations.py2
1 files changed, 1 insertions, 1 deletions
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")