From 5f874030f59d1d384c525b64e46c22e75d2d0d61 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 13 May 2020 17:00:35 +0200 Subject: remove platform check --- src/ogClient.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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']) -- cgit v1.2.3-18-g5258