From 542943e39adec239d24872823585ce620f3029c8 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 26 Oct 2013 23:37:01 +0200 Subject: [PATCH] Bugfix --- yunohost | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost b/yunohost index 0fc7ce13..4420eaf0 100755 --- a/yunohost +++ b/yunohost @@ -65,6 +65,7 @@ def main(): admin_password_provided = False json_print = False write_ldap = True + postinstall = False for key, arg in enumerate(sys.argv): if arg == '--admin-password':