Commit f73a4944 authored by dkerr64's avatar dkerr64
Browse files

Remove spaces on blank line to fix travis error

parent 46ee74ed
...@@ -91,7 +91,7 @@ ssh_deploy() { ...@@ -91,7 +91,7 @@ ssh_deploy() {
Le_Deploy_ssh_batch_mode="yes" Le_Deploy_ssh_batch_mode="yes"
fi fi
_savedomainconf Le_Deploy_ssh_batch_mode "$Le_Deploy_ssh_batch_mode" _savedomainconf Le_Deploy_ssh_batch_mode "$Le_Deploy_ssh_batch_mode"
_info "Deploy certificates to remote server $Le_Deploy_ssh_user@$Le_Deploy_ssh_server" _info "Deploy certificates to remote server $Le_Deploy_ssh_user@$Le_Deploy_ssh_server"
if [ "$Le_Deploy_ssh_batch_mode" = "yes" ]; then if [ "$Le_Deploy_ssh_batch_mode" = "yes" ]; then
_info "Using BATCH MODE... Multiple commands sent in single call to remote host" _info "Using BATCH MODE... Multiple commands sent in single call to remote host"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment