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