Update letsencrypt.sh

This commit is contained in:
FusionPBX
2017-03-04 12:53:41 -07:00
committed by GitHub
parent 1835dba5af
commit 468da39afb

View File

@@ -1,5 +1,11 @@
#!/bin/sh
#move to script directory so all relative paths work
cd "$(dirname "$0")"
#includes
. ./config.sh
#request the domain and email
read -p 'Domain Name: ' domain_name
read -p 'Email Address: ' email_address