Subversion Repositories ALCASAR

Rev

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

Rev 2833 Rev 2838
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 2833 2020-06-14 10:13:18Z rexy $
2
# $Id: alcasar-uninstall.sh 2838 2020-06-21 22:15:26Z rexy $
3
 
3
 
4
# alcasar-uninstall.sh
4
# alcasar-uninstall.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 337... Line 337...
337
echo "Reset ALCASAR main functions : "
337
echo "Reset ALCASAR main functions : "
338
for func in init ACC CA time_server init_db freeradius chilli e2guardian antivirus tinyproxy ulogd nfsen vnstat unbound dnsmasq dhcpd cron fail2ban gammu_smsd msec letsencrypt post_install
338
for func in init ACC CA time_server init_db freeradius chilli e2guardian antivirus tinyproxy ulogd nfsen vnstat unbound dnsmasq dhcpd cron fail2ban gammu_smsd msec letsencrypt post_install
339
do
339
do
340
	echo -en "\n- $func "
340
	echo -en "\n- $func "
341
	$func
341
	$func
342
	sleep 1
-
 
343
	if [ $DEBUG_ALCASAR == "on" ]
342
	if [ $DEBUG_ALCASAR == "on" ]
344
	then
343
	then
345
		echo -n " *** 'debug' : end of cleaning '$func' *** "
344
		echo -n " *** 'debug' : end of cleaning '$func' *** "
346
		read a
345
		read a
347
	fi
346
	fi