mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 14:55:26 +00:00
fix format
This commit is contained in:
@@ -186,8 +186,8 @@ _ssh_deploy() {
|
||||
_local_full_file=""
|
||||
|
||||
case $DEPLOY_SSH_SERVER in
|
||||
(*:*) _host=${DEPLOY_SSH_SERVER%:*} _port=${DEPLOY_SSH_SERVER##*:};;
|
||||
(*) _host=$DEPLOY_SSH_SERVER _port=;;
|
||||
*:*) _host=${DEPLOY_SSH_SERVER%:*} _port=${DEPLOY_SSH_SERVER##*:};;
|
||||
*) _host=$DEPLOY_SSH_SERVER _port=;;
|
||||
esac
|
||||
|
||||
_info "Deploy certificates to remote server $DEPLOY_SSH_USER@$_host:$_port"
|
||||
|
Reference in New Issue
Block a user