From 96d83ded0bebd351ee63e8ed17aa77a3b34bbfd1 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 12:03:52 +0200 Subject: [PATCH] [fix] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4565a63..fc96ddc 100755 --- a/scripts/install +++ b/scripts/install @@ -12,7 +12,7 @@ if [[ ! $? -eq 0 ]]; then fi # Check that admin user is an existing account -sudo yunohost user list --json | grep -q '"username": "$admin"' +sudo yunohost user list --json | grep -q "\"username\": \"$admin\"" if [[ ! $? -eq 0 ]]; then echo "Error : the chosen admin user does not exist" exit 1