From 9e371aab2df6ec6b0edb95369a9662d2c8faf160 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:57:39 +0200 Subject: [PATCH] Update maintainerr.sh script header comments --- ct/maintainerr.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/maintainerr.sh b/ct/maintainerr.sh index ea285c6d6..2f9b84394 100644 --- a/ct/maintainerr.sh +++ b/ct/maintainerr.sh @@ -2,7 +2,6 @@ _CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" _cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") - # Copyright (c) 2021-2026 community-scripts ORG # Author: Karolis Stanelis # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE