Browse Source

Update ssh_cpanel.sh

Add missing space to comment to fix Travis check (maybe)
pull/2025/head
John Oberg 6 years ago
committed by GitHub
parent
commit
7870b5692e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/ssh_cpanel.sh

2
deploy/ssh_cpanel.sh

@ -77,7 +77,7 @@ ssh_cpanel_deploy() {
_info "Deploy certificates to remote server $Le_Deploy_ssh_cpanel_user@$Le_Deploy_ssh_cpanel_server" _info "Deploy certificates to remote server $Le_Deploy_ssh_cpanel_user@$Le_Deploy_ssh_cpanel_server"
# read cert and key files and urlencode both
# read cert and key files and urlencode both
_info "URL Encode Certificate..." _info "URL Encode Certificate..."
_cert=$(_url_encode <"$_ccert") _cert=$(_url_encode <"$_ccert")

Loading…
Cancel
Save