.
This commit is contained in:
@@ -18,7 +18,7 @@ def securitygroup_check(groupName:str):
|
|||||||
def securitygroup_create(groupName:str):
|
def securitygroup_create(groupName:str):
|
||||||
try:
|
try:
|
||||||
|
|
||||||
subprocess.run(['groupadd ', 'groupName'])
|
subprocess.run(['groupadd', groupName])
|
||||||
except:
|
except:
|
||||||
print(f"Failed to create group " + groupName)
|
print(f"Failed to create group " + groupName)
|
||||||
raise
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user