Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2834 → Rev 2835

/alcasar.sh
2380,14 → 2380,14
echo "*** 'debug' : end of cleaning ***"
read
fi
# Test if manual update
if [ -e /var/tmp/alcasar-conf.tar.gz ] && [ "$mode" == "install" ]
# Test if conf file
if [ -e /var/tmp/alcasar-conf.tar.gz ]
then
# Extract some info from the previous configuration file
cd /var/tmp
tar -xf /var/tmp/alcasar-conf.tar.gz conf/etc/alcasar.conf
cd $DIR_INSTALL
if [ "mode" == "install" ]
if [ "mode" == "install" ] # don't display this if updating a running version
then
header_install
ORGANISME=`grep ^ORGANISM= conf/etc/alcasar.conf|cut -d"=" -f2`