mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-24 08:01:36 +00:00
Add operatingSystemType to posix config (#808)
* Add operatingSystemType to posix config * Downcase operatingsystemtype
This commit is contained in:
@@ -6930,6 +6930,9 @@ def getUserAttributes(i, cd, updateCmd):
|
||||
elif myopt in [u'username', u'name']:
|
||||
posix[u'username'] = sys.argv[i+1]
|
||||
i += 2
|
||||
elif myopt in [u'os', u'operatingsystemtype']:
|
||||
posix[u'operatingSystemType'] = sys.argv[i+1]
|
||||
i += 2
|
||||
elif myopt in [u'endposix']:
|
||||
i += 1
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user