Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1267 → Rev 1268

/alcasar.sh
591,7 → 591,7
admin_portal=!
fi
done
# Création du fichier de clés de ce compte dans le profil "admin"
# Creation of keys file for the admin account ("admin")
[ -d $DIR_DEST_ETC/digest ] && rm -rf $DIR_DEST_ETC/digest
mkdir -p $DIR_DEST_ETC/digest
chmod 755 $DIR_DEST_ETC/digest
600,8 → 600,8
/usr/sbin/htdigest -c $DIR_DEST_ETC/digest/key_admin $HOSTNAME.$DOMAIN $admin_portal
done
$DIR_DEST_SBIN/alcasar-profil.sh --list
else # mise à jour des versions < 2.1
if [ $MAJ_PREVIOUS_VERSION -lt 2 ] || ([ $MAJ_PREVIOUS_VERSION -eq 2 ] && [ $MIN_PREVIOUS_VERSION -lt 1 ])
else # update needed for versions previous then 2.8 due to the integration of the domain name ("localdomain" by default)
if [ $MAJ_PREVIOUS_VERSION -lt 2 ] || ([ $MAJ_PREVIOUS_VERSION -eq 2 ] && [ $MIN_PREVIOUS_VERSION -lt 8 ])
then
if [ $Lang == "fr" ]
then
1703,7 → 1703,6
read a
fi
clear
 
reboot
} # End post_install ()