Remove cleanup_lxc call from passbolt.sh

Removed cleanup_lxc call before exiting the script.
This commit is contained in:
CanbiZ
2025-11-17 16:42:55 +01:00
committed by GitHub
parent 36c87467f3
commit 7d6c78a17e

View File

@@ -31,7 +31,6 @@ function update_script() {
$STD apt update
$STD apt upgrade -y
msg_ok "Updated $APP LXC"
cleanup_lxc
exit
}