Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3218 → Rev 3219

/alcasar.sh/alcasar.sh
40,6 → 40,7
DATE=`date '+%d %B %Y - %Hh%M'`
DATE_SHORT=`date '+%d/%m/%Y'`
Lang=`echo $LANG|cut -c 1-2`
export LC_ALL=C # switch to default language
mode="install"
# ******* Files parameters - paramètres fichiers *********
DIR_INSTALL=`pwd` # current directory
66,7 → 67,6
INTIF='' # INTIF is connected to the consultation network
MTU="1500"
DEFAULT_PRIVATE_IP_MASK="192.168.182.1/24" # Default ALCASAR IP address
export LC_ALL=C.UTF-8 # switch to default
# ****** Paths - chemin des commandes *******
SED="/bin/sed -i"
# ****************** End of global parameters *********************