Subversion Repositories ALCASAR

Rev

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

Rev 2271 Rev 2304
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 2271 2017-06-04 18:45:27Z tom.houdayer $
2
# $Id: alcasar-uninstall.sh 2304 2017-06-26 12:56:14Z tom.houdayer $
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 245... Line 245...
245
	[ -e /etc/security/msec/perm.local ] && rm -f /etc/security/msec/perm.local && echo -n "2"
245
	[ -e /etc/security/msec/perm.local ] && rm -f /etc/security/msec/perm.local && echo -n "2"
246
else	echo -n "uninstalled"
246
else	echo -n "uninstalled"
247
fi
247
fi
248
sleep 1
248
sleep 1
249
 
249
 
-
 
250
echo -en "\n- letsencrypt-client (1) : "
-
 
251
[ -e /opt/acme.sh ] && acme.sh --uninstall --nocron && echo -n "1"
-
 
252
sleep 1
-
 
253
 
250
if [ mode == "full" ]
254
if [ mode == "full" ]
251
then
255
then
252
	echo -en "\n- network(9) : "
256
	echo -en "\n- network(9) : "
253
	hostname localhost
257
	hostname localhost
254
	CONF_FILE="/usr/local/etc/alcasar.conf"
258
	CONF_FILE="/usr/local/etc/alcasar.conf"