Browse Source

Fix #1637

pull/1638/head
little-fat 8 years ago
parent
commit
fa03c49c22
  1. 2
      deploy/ssh.sh

2
deploy/ssh.sh

@ -190,7 +190,7 @@ then rm -rf \"\$fn\"; echo \"Backup \$fn deleted as older than 180 days\"; fi; d
_info "Backup directories erased after 180 days."
fi
_debug "Remote commands to execute: $_cmdstr"
_secure_debug "Remote commands to execute: $_cmdstr"
_info "Submitting sequence of commands to remote server by ssh"
# quotations in bash cmd below intended. Squash travis spellcheck error
# shellcheck disable=SC2029

Loading…
Cancel
Save