From 4dc3fd92cc09545730d52b589903925b2b35c41b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 6 Aug 2025 19:04:32 +0200 Subject: [PATCH] Update update-pve8.sh --- scripts/global/update-pve8.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/global/update-pve8.sh b/scripts/global/update-pve8.sh index 629f921..6e8aa53 100644 --- a/scripts/global/update-pve8.sh +++ b/scripts/global/update-pve8.sh @@ -31,10 +31,10 @@ register_tool() { download_common_functions() { - local common_file="$BASE_DIR/common-functions.sh" + local common_file="$BASE_DIR/scripts/global/common-functions.sh" if [[ ! -f "$common_file" ]]; then - if ! curl -s "$REPO_URL/global/common-functions.sh" -o "$common_file"; then + if ! curl -s "$REPO_URL/scripts/global/common-functions.sh" -o "$common_file"; then return 1 fi fi