Update letsencrypt.sh
This commit is contained in:
parent
4bfe46b13a
commit
dd3b6dcdf4
|
|
@ -6,6 +6,7 @@ cd "$(dirname "$0")"
|
||||||
#includes
|
#includes
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
#. ./colors.sh
|
#. ./colors.sh
|
||||||
|
. ./environment.sh
|
||||||
|
|
||||||
#request the domain and email
|
#request the domain and email
|
||||||
read -p 'Domain Name: ' domain_name
|
read -p 'Domain Name: ' domain_name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue