Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2219 → Rev 2220

/alcasar.sh
2116,6 → 2116,12
echo "Launch this program from the ALCASAR archive directory"
exit 0
fi
if [[ $EUID > 0 ]]
then
echo "Vous devez ĂȘtre "root" pour installer ALCASAR (commande 'su')"
echo "You must be "root" to install ALCASAR ('su' command)"
exit 0
fi
VERSION=`cat $DIR_INSTALL/VERSION`
usage="Usage: alcasar.sh {-i or --install} | {-u or --uninstall}"
nb_args=$#