From 6dd901d1d9a875754e1127cacbcd227534ba616b Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 29 Aug 2018 17:23:26 -0300 Subject: [PATCH] HOT-FIX: conserta bug introduzido em e73b0e2 --- create_admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/create_admin.py b/create_admin.py index e67c8afd4..cc0e75bd4 100755 --- a/create_admin.py +++ b/create_admin.py @@ -14,6 +14,7 @@ def get_enviroment_admin_password(username): "[SUPERUSER] Environment variable $ADMIN_PASSWORD" " for user %s was not set. Leaving..." % username) sys.exit('MISSING_ADMIN_PASSWORD') + return password def create_user_interlegis():