@@ -91,7 +91,9 @@ else
fi
prnt I "Création du répertoire d'accueil du fichier log..."
[[ ! -d $(dirname $LOGFILE) ]] && mkdir -pv $(dirname $LOGFILE)
if [[ ! -d $(dirname $LOGFILE) ]]; then
mkdir -pv $(dirname $LOGFILE)
# Log all outputs to the logfile
exec 3>&1 4>&2
The note is not visible to the blocked user.