From da9db9d3d1ba81b67b09cd007be0ce8b1a56a59d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 6 Aug 2025 20:09:01 +0200 Subject: [PATCH] Update update-pve.sh --- scripts/global/update-pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/update-pve.sh b/scripts/global/update-pve.sh index 947b097..ee447dd 100644 --- a/scripts/global/update-pve.sh +++ b/scripts/global/update-pve.sh @@ -31,7 +31,7 @@ register_tool() { download_common_functions() { - if ! source <(curl -s "$REPO_URL/global/common-functions.sh"); then + if ! source <(curl -s "$REPO_URL/scripts/global/common-functions.sh"); then return 1 fi }