improved pkg_inst module (remove + blacklist), some small typoes
This commit is contained in:
8
init.sh
8
init.sh
@@ -189,6 +189,7 @@ exec 3>&1 4>&2
|
||||
trap 'exec 2>&4 1>&3' 0 1 2 3
|
||||
exec > >(tee -a $LOGFILE)
|
||||
exec 2> >(tee -a $LOGFILE >&2)
|
||||
prnt I "Démarrage d'init version $VERSION."
|
||||
|
||||
# Récupère la configuration
|
||||
prnt I "Chargement de la configuration..."
|
||||
@@ -246,5 +247,12 @@ fi
|
||||
precheck_$mod
|
||||
done
|
||||
|
||||
# If we only checks, we stop here
|
||||
if [[ $CHECK_ONLY == true ]]; then
|
||||
prnt I "Mode de vérification seulement, on s'arrête là."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
prnt I "That's all folks !"
|
||||
#echo "Après vérification des logs, vous devriez redémarrer la machine..."
|
||||
|
||||
Reference in New Issue
Block a user