From 7d6c78a17e13451bda1207455c24a10e90e63351 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:42:55 +0100 Subject: [PATCH] Remove cleanup_lxc call from passbolt.sh Removed cleanup_lxc call before exiting the script. --- ct/passbolt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/passbolt.sh b/ct/passbolt.sh index 098349caa..a2b94fa5f 100644 --- a/ct/passbolt.sh +++ b/ct/passbolt.sh @@ -31,7 +31,6 @@ function update_script() { $STD apt update $STD apt upgrade -y msg_ok "Updated $APP LXC" - cleanup_lxc exit }