fix: custom branch upgrade via cwctl (#12070)

- fix custom branch `cwctl --Upgrade`
This commit is contained in:
Vishnu Narayanan
2025-07-30 20:07:50 +05:30
committed by GitHub
parent df4de508e7
commit 5ed84af2e3
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.4.0
3.4.1

View File

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