Update letsencrypt.sh

This commit is contained in:
FusionPBX 2017-03-04 12:53:41 -07:00 committed by GitHub
parent 1835dba5af
commit 468da39afb
1 changed files with 6 additions and 0 deletions

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