Remove spaces on blank line to fix travis error

This commit is contained in:
dkerr64 2020-02-22 22:09:28 -05:00
parent 46ee74ed16
commit f73a494407
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ssh_deploy() {
Le_Deploy_ssh_batch_mode="yes"
fi
_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"
if [ "$Le_Deploy_ssh_batch_mode" = "yes" ]; then
_info "Using BATCH MODE... Multiple commands sent in single call to remote host"