From 277defbebf3732b8014693a38ce9169a6e455cb6 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 22 Jul 2017 06:42:28 +0200 Subject: [PATCH] =?UTF-8?q?"M=C3=A0J=20expl=5Fdeploy=5Fsocle.sh"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/expl_deploy_socle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expl_deploy_socle.sh b/bin/expl_deploy_socle.sh index 52c9c81..eee7484 100755 --- a/bin/expl_deploy_socle.sh +++ b/bin/expl_deploy_socle.sh @@ -49,7 +49,7 @@ # Initialisation de l'environement #----------------------------------------------------------------------- -if [ "${USER" != "asr" ]; then +if [ "${USER}" != "asr" ]; then ERROR="Seul l'utilisateur asr peut utiliser ce script" echo -e "\033[91m${ERROR}\033[0m" exit 1