summaryrefslogtreecommitdiffstats
path: root/src/ogClient.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogClient.py')
-rw-r--r--src/ogClient.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ogClient.py b/src/ogClient.py
index fec8eb9..4c0a003 100644
--- a/src/ogClient.py
+++ b/src/ogClient.py
@@ -30,9 +30,6 @@ class ogClient:
self.mode = self.CONFIG['opengnsys']['mode']
if self.mode not in {'virtual', 'linux'}:
raise ValueError('Mode not supported.')
- if self.mode == 'linux' and platform.system() != 'Linux':
- raise ValueError('Linux mode not supported on '
- 'non-Linux platform.')
if self.CONFIG['samba']['activate']:
assert('user' in self.CONFIG['samba'])