"MàJ expl_deploy_socle.sh"

master
Doug Le Tough 6 years ago
parent a61b29fc86
commit 08c86b4b58

@ -57,15 +57,13 @@ fi
source /etc/profile.d/tetalab.sh
if [ ! -f ${NC_EXPL_CFG}/init.conf ]
then
if [ ! -f ${NC_EXPL_CFG}/init.conf ]; then
echo "Le fichier d'initialisation du socle \${NC_EXPL_CFG}/init.conf n'éxiste pas !"
echo "Arrêt du script par sécurité"
exit 250
else
source ${NC_EXPL_CFG}/init.conf
fi
source ${NC_EXPL_CFG}/init.conf
#-----------------------------------------------------------------------
# Fonctions

Loading…
Cancel
Save