Subversion Repositories ALCASAR

Rev

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

Rev 765 Rev 774
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 765 2011-11-07 20:14:56Z stephane $ 
2
#  $Id: alcasar.sh 774 2011-11-20 14:26:40Z richard $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 1480... Line 1480...
1480
		echo
1480
		echo
1481
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
1481
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
1482
		echo
1482
		echo
1483
		echo "                   Hit 'Enter' to continue"
1483
		echo "                   Hit 'Enter' to continue"
1484
	fi
1484
	fi
1485
# On applique les règles de filtrage (et on les sauvegarde)
-
 
1486
 	sh $DIR_DEST_BIN/alcasar-iptables.sh
-
 
1487
	sleep 2
-
 
1488
	read a
1485
	read a
1489
	clear
1486
	clear
-
 
1487
# Apply and save the firewall rules
-
 
1488
 	sh $DIR_DEST_BIN/alcasar-iptables.sh
-
 
1489
	sleep 2
1490
	reboot
1490
	reboot
1491
} # End post_install ()
1491
} # End post_install ()
1492
 
1492
 
1493
#################################
1493
#################################
1494
#  Boucle principale du script  #
1494
#  Boucle principale du script  #