From 0d4e7559c86f27e5ade24e970790dd0450fbee7c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:09:46 +0200 Subject: [PATCH] fix: source line --- ct/stalwart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/stalwart.sh b/ct/stalwart.sh index 7ee1a4709..993784486 100644 --- a/ct/stalwart.sh +++ b/ct/stalwart.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