From b6402f1122b16fafff094e3c725ef8717768d806 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sat, 31 Jan 2015 23:01:16 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 7a8b93a..42793d5 100755 --- a/scripts/install +++ b/scripts/install @@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi + # Check that admin user is an existing account sudo yunohost user list --json | grep -q "\"username\": \"$admin_user\"" if [[ ! $? -eq 0 ]]; then