Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1785 → Rev 1784

/alcasar.sh
179,7 → 179,7
mode="update"
fi
fi
if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "5" ) ]]
if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "4" ) ]]
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é (Mageia5)"
echo "Le système d'exploitation doit être remplacé (Mageia4.1)"
else
echo "The OS must be replaced (Mageia5)"
echo "The OS must be replaced (Mageia4.1)"
fi
exit 0
fi