Subversion Repositories ALCASAR

Rev

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

Rev 813 Rev 815
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 813 2012-02-07 22:48:44Z richard $ 
2
#  $Id: alcasar.sh 815 2012-02-08 20:49:07Z 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 1597... Line 1597...
1597
		echo
1597
		echo
1598
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
1598
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
1599
		echo
1599
		echo
1600
		echo "                   Hit 'Enter' to continue"
1600
		echo "                   Hit 'Enter' to continue"
1601
	fi
1601
	fi
-
 
1602
	sleep 2
-
 
1603
	if [ "$mode" != "update" ]
1602
	read a
1604
		read a
-
 
1605
	fi
1603
	clear
1606
	clear
1604
# Apply and save the firewall rules
1607
# Apply and save the firewall rules
1605
 	sh $DIR_DEST_BIN/alcasar-iptables.sh
1608
 	sh $DIR_DEST_BIN/alcasar-iptables.sh
1606
	sleep 2
1609
	sleep 2
1607
	reboot
1610
	reboot