Fix error handling in SSH deployment script

fixed if
This commit is contained in:
Oliver Mueller 2026-02-19 09:15:30 +01:00 committed by GitHub
parent 4bdc42dee9
commit 9af47ce3a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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