From f24ee4378aab041214e684a4bb7fff76c20d4ae7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:54:20 +0200 Subject: [PATCH] fix openproject update --- ct/openproject.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/openproject.sh b/ct/openproject.sh index ce3fda3..4f1896b 100644 --- a/ct/openproject.sh +++ b/ct/openproject.sh @@ -2,7 +2,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: michelroegl-brunner -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/opf/openproject APP="OpenProject" @@ -29,9 +29,8 @@ function update_script() { fi msg_info "Updating ${APP}" $STD apt-get update - $STD apt-get apt-get install --only-upgrade -y openproject + $STD apt-get install --only-upgrade -y openproject msg_ok "Updated ${APP}" - exit } start