From b121aad834d96c8511fc098f0839e5a4d6fbb5ad Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:21:38 +0200 Subject: [PATCH] remove empty lines --- ct/erpnext.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ct/erpnext.sh b/ct/erpnext.sh index ca36f8bce..94fb7b764 100644 --- a/ct/erpnext.sh +++ b/ct/erpnext.sh @@ -2,7 +2,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/frappe/erpnext @@ -24,12 +24,10 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/frappe-bench ]]; then msg_error "No ${APP} Installation Found!" exit fi - msg_info "Updating ERPNext" $STD sudo -u frappe bash -c 'export PATH="$HOME/.local/bin:$PATH"; cd /opt/frappe-bench && bench update --reset' msg_ok "Updated ERPNext"