Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1784 → Rev 1785

/alcasar.sh
179,7 → 179,7
mode="update"
fi
fi
if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "4" ) ]]
if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "5" ) ]]
then
if [ -e /tmp/alcasar-conf.tar.gz ] # update
then
207,9 → 207,9
echo
if [ $Lang == "fr" ]
then
echo "Le système d'exploitation doit être remplacé (Mageia4.1)"
echo "Le système d'exploitation doit être remplacé (Mageia5)"
else
echo "The OS must be replaced (Mageia4.1)"
echo "The OS must be replaced (Mageia5)"
fi
exit 0
fi