Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Message issues.
  • Loading branch information
QROkes committed Mar 6, 2019
1 parent 177e893 commit 5e33dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/site-ssl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ site_ssl_on() {

if [[ ! -d /var/www/$path/htdocs && -z $root_path ]]; then
echo "${red}[ERROR] Seems like you are trying to request an SSL Certificate for a Parked/Mapped Domain."
echo "$Please, use the '-root=domain.com' parameter to specify the main domain."
echo "Please, use the '-root=domain.com' parameter to specify the main domain."
echo ""
echo "$If your site is using the Reverse Proxy configuration, please use the '-root-path=/opt/app' option.{end}"
echo "If your site is using the Reverse Proxy configuration, please use the '-root-path=/opt/app' option.${end}"
exit 1
elif [[ -n $root_path && ! -d $root_path ]]; then
echo "${red}[ERROR] Invalid root path!${end}"
Expand Down

0 comments on commit 5e33dba

Please sign in to comment.