From 5ed84af2e3b02a5bb41d366b72d0a651be386d03 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 30 Jul 2025 20:07:50 +0530 Subject: [PATCH] fix: custom branch upgrade via cwctl (#12070) - fix custom branch `cwctl --Upgrade` --- VERSION_CWCTL | 2 +- deployment/setup_20.04.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION_CWCTL b/VERSION_CWCTL index 18091983f..47b322c97 100644 --- a/VERSION_CWCTL +++ b/VERSION_CWCTL @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index e904441a9..aaa928f4d 100644 --- a/deployment/setup_20.04.sh +++ b/deployment/setup_20.04.sh @@ -2,7 +2,7 @@ # Description: Install and manage a Chatwoot installation. # OS: Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS -# Script Version: 3.4.0 +# Script Version: 3.4.1 # Run this script as root set -eu -o errexit -o pipefail -o noclobber -o nounset @@ -1005,7 +1005,7 @@ EOF upgrade_redis upgrade_node get_pnpm - sudo -i -u chatwoot << "EOF" + sudo -i -u chatwoot << EOF # Navigate to the Chatwoot directory cd chatwoot