add directive to enable ee-acme-sh

This commit is contained in:
VirtuBox 2018-04-30 01:54:44 +02:00
parent 4e1d9ba6af
commit 68457dbeee
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,6 @@ then
wget -O ~/.ee-acme/ee-acme https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/script/ee-acme-cf
cd || exit
echo '. "/root/.ee-acme/ee-acme"' >> .bashrc
source .bashrc
echo ""
echo "What is your Cloudflare email address ? :"
read -r cf_email
@ -53,7 +52,6 @@ elif [[ "$acmemode" = "2" ]]; then
wget -O ~/.ee-acme/ee-acme https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/script/ee-acme-standalone
cd || exit
echo '. "/root/.ee-acme/ee-acme"' >> .bashrc
source .bashrc
echo ""
else
echo "this option doesn't exist"
@ -64,6 +62,8 @@ fi
echo ""
echo -e " ${CGREEN}ee-acme-sh was installed successfully !${CEND}"
echo ""
echo "use the command 'source .bashrc' to enable ee-acme-sh"
echo ""
echo " ee-acme-sh usage :"
echo ""
if [ "$acmemode" = "1" ]