"MàJ expl_deploy_socle.sh"

This commit is contained in:
Doug Le Tough 2017-07-22 06:42:28 +02:00
parent 08c86b4b58
commit 277defbebf
1 changed files with 1 additions and 1 deletions

View File

@ -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