From fa2e1b5e8af0d289a49d9fea4642e98b73cf9ab2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:49:15 +0200 Subject: [PATCH] Fix source command in docspell.sh --- ct/docspell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docspell.sh b/ct/docspell.sh index 6d493e9dd..5f4570f93 100644 --- a/ct/docspell.sh +++ b/ct/docspell.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE