Subversion Repositories ALCASAR

Rev

Rev 2214 | Rev 2219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2214 Rev 2218
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2214 2017-05-09 08:08:37Z richard $ 
2
#  $Id: alcasar.sh 2218 2017-05-11 08:46:36Z richard $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
 
5
 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
7
# Ce programme est un logiciel libre ; This software is free and open source
7
# Ce programme est un logiciel libre ; This software is free and open source
Line 2077... Line 2077...
2077
		echo
2077
		echo
2078
		echo "- ALCASAR sera fonctionnel après redémarrage du système"
2078
		echo "- ALCASAR sera fonctionnel après redémarrage du système"
2079
		echo
2079
		echo
2080
		echo "- Lisez attentivement la documentation d'exploitation"
2080
		echo "- Lisez attentivement la documentation d'exploitation"
2081
		echo
2081
		echo
2082
		echo "- Le centre de controle d'ALCASAR (ACC) est à l'adresse http://alcasar"
2082
		echo "- Le centre de controle d'ALCASAR (ACC) est à l'adresse http://alcasar.localdomain"
2083
		echo
2083
		echo
2084
		echo "                   Appuyez sur 'Entrée' pour continuer"
2084
		echo "                   Appuyez sur 'Entrée' pour continuer"
2085
	else	
2085
	else	
2086
		echo "#                        Enf of ALCASAR install process                     #"
2086
		echo "#                        Enf of ALCASAR install process                     #"
2087
		echo "#                                                                           #"
2087
		echo "#                                                                           #"
Line 2092... Line 2092...
2092
		echo
2092
		echo
2093
		echo "- The system will be rebooted in order to operate ALCASAR"
2093
		echo "- The system will be rebooted in order to operate ALCASAR"
2094
		echo
2094
		echo
2095
		echo "- Read the exploitation documentation"
2095
		echo "- Read the exploitation documentation"
2096
		echo
2096
		echo
2097
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
2097
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar.localdomain"
2098
		echo
2098
		echo
2099
		echo "                   Hit 'Enter' to continue"
2099
		echo "                   Hit 'Enter' to continue"
2100
	fi
2100
	fi
2101
	sleep 2
2101
	sleep 2
2102
	if [ "$mode" != "update" ]
2102
	if [ "$mode" != "update" ]