From a3f5ecbf35a36d6d64d41a78c18e85b25cb07a07 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 12:01:29 +0200 Subject: [PATCH] [fix] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 739d17e..a30cd2b 100644 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,7 @@ if [[ ! $? -eq 0 ]]; then fi # Check user -sudo yunohost user list --json | grep -q '"username": "$user"' +sudo yunohost user list --json | grep -q "\"username\": \"$user\"" if [[ ! $? -eq 0 ]]; then echo "Wrong user" exit 1