Subversion Repositories ALCASAR

Rev

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

Rev 2651 Rev 2657
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2651 2018-11-04 00:09:02Z tom.houdayer $
2
#  $Id: alcasar.sh 2657 2018-11-04 15:25:47Z tom.houdayer $
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# ALCASAR is a Free and open source NAC created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
5
# ALCASAR is a Free and open source NAC created by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
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
#  team@alcasar.net
7
#  team@alcasar.net
Line 1457... Line 1457...
1457
#	cp $DIR_CONF/nfsen/GeoLiteCity* /tmp/
1457
#	cp $DIR_CONF/nfsen/GeoLiteCity* /tmp/
1458
#	tar xzf /tmp/SURFmap_*.tar.gz -C /tmp/
1458
#	tar xzf /tmp/SURFmap_*.tar.gz -C /tmp/
1459
#	cd /tmp/
1459
#	cd /tmp/
1460
#	/usr/bin/sh SURFmap/install.sh 
1460
#	/usr/bin/sh SURFmap/install.sh 
1461
# clear the installation
1461
# clear the installation
1462
#	cd $DirTmp
-
 
1463
#	rm -rf /tmp/nfsen-*
-
 
1464
#	rm -rf /tmp/SURFmap*
1462
#	rm -rf /tmp/SURFmap*
-
 
1463
	rm -rf /tmp/nfsen-*
-
 
1464
	cd $DirTmp
1465
	chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen /var/log/nfsen
1465
	chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen /var/log/nfsen
1466
} # End of nfsen ()
1466
} # End of nfsen ()
1467
 
1467
 
1468
###########################################################
1468
###########################################################
1469
##                     Function "vnstat"                 ##
1469
##                     Function "vnstat"                 ##