mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-06-08 16:12:06 -04:00
Fix error handling in SSH deployment script
fixed if
This commit is contained in:
parent
4bdc42dee9
commit
9af47ce3a6
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ ssh_deploy() {
|
|||
if [ $_set_level -ge $NOTIFY_LEVEL_ERROR ]; then
|
||||
_send_notify "Failed to deploy to $DEPLOY_SSH_SERVER" "Some or all of the files have not been transmitted to the server." "$NOTIFY_HOOK" "$RENEW_SKIP"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
return $_returnCode
|
||||
|
|
|
|||
Loading…
Reference in a new issue