Subversion Repositories ALCASAR

Rev

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

Rev 2330 Rev 2331
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2330 2017-07-11 12:51:51Z tom.houdayer $ 
2
#  $Id: alcasar.sh 2331 2017-07-11 12:54:16Z tom.houdayer $ 
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 1578... Line 1578...
1578
	/usr/bin/sh SURFmap/install.sh
1578
	/usr/bin/sh SURFmap/install.sh
1579
	chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen
1579
	chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen
1580
# clear the installation
1580
# clear the installation
1581
	cd $DirTmp
1581
	cd $DirTmp
1582
	rm -rf /tmp/nfsen-*
1582
	rm -rf /tmp/nfsen-*
1583
	rm -rf /tmp/SURFmap_*
1583
	rm -rf /tmp/SURFmap*
1584
} # End of nfsen ()
1584
} # End of nfsen ()
1585
 
1585
 
1586
##################################################
1586
##################################################
1587
##		Function "vnstat"		##
1587
##		Function "vnstat"		##
1588
## Initialization of Vnstat and vnstat phpFE    ##
1588
## Initialization of Vnstat and vnstat phpFE    ##