From 9af47ce3a6676a4d2f97caa32ecafaaf4ceb69f0 Mon Sep 17 00:00:00 2001 From: Oliver Mueller Date: Thu, 19 Feb 2026 09:15:30 +0100 Subject: [PATCH] Fix error handling in SSH deployment script fixed if --- deploy/ssh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/ssh.sh b/deploy/ssh.sh index a1f55fdf..69320a3f 100644 --- a/deploy/ssh.sh +++ b/deploy/ssh.sh @@ -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