Subversion Repositories ALCASAR

Rev

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

Rev 2308 Rev 2310
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 2308 2017-06-26 14:30:48Z tom.houdayer $
2
# $Id: alcasar-uninstall.sh 2310 2017-06-26 14:40:53Z 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 246... Line 246...
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) : "
250
echo -en "\n- letsencrypt-client (1) : "
-
 
251
[ -e /usr/local/etc/letsencrypt ] && rm -rf/usr/local/etc/letsencrypt && echo -n "1, "
251
[ -e /opt/acme.sh ] && /opt/acme.sh/acme.sh --uninstall --nocron 1>/dev/null && echo -n "1"
252
[ -e /opt/acme.sh ] && /opt/acme.sh/acme.sh --uninstall --nocron 1>/dev/null && echo -n "2"
252
sleep 1
253
sleep 1
253
 
254
 
254
if [ mode == "full" ]
255
if [ mode == "full" ]
255
then
256
then
256
	echo -en "\n- network(9) : "
257
	echo -en "\n- network(9) : "