Subversion Repositories ALCASAR

Rev

Rev 3104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3104 Rev 3179
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 3104 2022-12-31 09:56:17Z rexy $
2
# $Id: alcasar-uninstall.sh 3179 2024-03-03 23:23:58Z 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 359... Line 359...
359
for func in init ACC CA time_server init_db freeradius chilli e2guardian antivirus ulogd nfsen vnstat unbound dhcpd cron fail2ban gammu_smsd msec letsencrypt mail_service post_install
359
for func in init ACC CA time_server init_db freeradius chilli e2guardian antivirus ulogd nfsen vnstat unbound dhcpd cron fail2ban gammu_smsd msec letsencrypt mail_service post_install
360
do
360
do
361
	echo -en "\n- $func "
361
	echo -en "\n- $func "
362
	$func
362
	$func
363
	if [ $DEBUG_ALCASAR == "on" ]; then
363
	if [ $DEBUG_ALCASAR == "on" ]; then
364
		echo -n " *** 'debug' : end of cleaning '$func' *** "
364
		echo -n " *** 'debug' : end removing function '$func' *** "
365
		read a
365
		read a
366
	fi
366
	fi
367
done
367
done
368
if [ $mode == "full" ]; then
368
if [ $mode == "full" ]; then
369
	echo -en "\n- network(10) : "
369
	echo -en "\n- network(10) : "