diff --git a/plogical/processUtilities.py b/plogical/processUtilities.py index 731e93841..5a98aa322 100755 --- a/plogical/processUtilities.py +++ b/plogical/processUtilities.py @@ -166,7 +166,7 @@ class ProcessUtilities(multi.Thread): distroPath = '/etc/lsb-release' if os.path.exists(distroPath): - if open(distroPath, 'r').read().find('20.04') > -1: + if open(distroPath, 'r').read().find('20.04') > -1 or open(distroPath, 'r').read().find('22.04'): return ProcessUtilities.ubuntu20 return ProcessUtilities.ubuntu else: