Subversion Repositories ALCASAR

Rev

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

Rev 2304 Rev 2308
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 2304 2017-06-26 12:56:14Z tom.houdayer $
2
# $Id: alcasar-uninstall.sh 2308 2017-06-26 14:30:48Z 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 /opt/acme.sh ] && acme.sh --uninstall --nocron && echo -n "1"
251
[ -e /opt/acme.sh ] && /opt/acme.sh/acme.sh --uninstall --nocron 1>/dev/null && echo -n "1"
252
sleep 1
252
sleep 1
253
 
253
 
254
if [ mode == "full" ]
254
if [ mode == "full" ]
255
then
255
then
256
	echo -en "\n- network(9) : "
256
	echo -en "\n- network(9) : "