summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogRest.py')
-rw-r--r--src/ogRest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogRest.py b/src/ogRest.py
index 64558a2..01a3050 100644
--- a/src/ogRest.py
+++ b/src/ogRest.py
@@ -251,7 +251,7 @@ class ogRest():
self.samba_config = self.CONFIG['samba']
if self.mode == 'linux':
- self.operations = OgLinuxOperations()
+ self.operations = OgLinuxOperations(self.CONFIG)
elif self.mode == 'virtual':
self.operations = OgVirtualOperations()
threading.Thread(target=ogThread.check_vm_state_loop,