mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Meh
This commit is contained in:
parent
2c93b811c7
commit
bb16cbd6b3
1 changed files with 0 additions and 1 deletions
1
yunohost
1
yunohost
|
@ -103,7 +103,6 @@ def main():
|
||||||
with YunoHostLDAP(password=admin_password):
|
with YunoHostLDAP(password=admin_password):
|
||||||
result = args.func(**args_dict)
|
result = args.func(**args_dict)
|
||||||
elif os.isatty(1) and write_ldap:
|
elif os.isatty(1) and write_ldap:
|
||||||
print('meh')
|
|
||||||
admin_password = getpass.getpass(colorize(_('Admin Password: '), 'yellow'))
|
admin_password = getpass.getpass(colorize(_('Admin Password: '), 'yellow'))
|
||||||
with YunoHostLDAP(password=admin_password):
|
with YunoHostLDAP(password=admin_password):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue