From d73b6eae2200f75346b7ccf74be6c4c3ad53a95d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:51:29 +0200 Subject: [PATCH] Clean up blank lines in twenty.sh Removed unnecessary blank lines in the script. --- ct/twenty.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/twenty.sh b/ct/twenty.sh index dd00bae61..19871062f 100644 --- a/ct/twenty.sh +++ b/ct/twenty.sh @@ -36,11 +36,8 @@ function update_script() { systemctl stop twenty-worker twenty-server msg_ok "Stopped Services" - create_backup /opt/twenty/.env \ /opt/twenty/packages/twenty-server/.local-storage - - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "twenty" "twentyhq/twenty" "tarball" msg_info "Restoring Configuration"