Update ssh_cpanel.sh

Add missing space to comment to fix Travis check (maybe)
This commit is contained in:
John Oberg 2019-01-27 16:50:42 -05:00 committed by GitHub
parent 2e52d2bc1e
commit 7870b5692e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")