Debugging
This commit is contained in:
parent
e39e8014a9
commit
de3c865a04
|
|
@ -1232,6 +1232,7 @@ def run_post_install_steps(*positionals, **kwargs):
|
||||||
print('[W] Post install command failed: {}'.format(o.decode('UTF-8')))
|
print('[W] Post install command failed: {}'.format(o.decode('UTF-8')))
|
||||||
#print(o)
|
#print(o)
|
||||||
|
|
||||||
|
print('run_post_install_steps() is complete.')
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def create_user(username, password='', groups=[]):
|
def create_user(username, password='', groups=[]):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue