From 8b23c38541ab8ebeae45833c620c88764820934c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:13:30 +0200 Subject: [PATCH] push --- misc/build.func | 2 +- misc/install.func | 2 +- misc/{helper.func => tools.func} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename misc/{helper.func => tools.func} (100%) diff --git a/misc/build.func b/misc/build.func index 4ca23d4..58e0c97 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1134,7 +1134,7 @@ get_gh_release() { } start() { - source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helper.func) + source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func) LOGDIR="/usr/local/community-scripts/logs" mkdir -p "$LOGDIR" diff --git a/misc/install.func b/misc/install.func index 74daa01..41e15d4 100644 --- a/misc/install.func +++ b/misc/install.func @@ -186,5 +186,5 @@ EOF chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys fi - source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helper.func) + source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func) } diff --git a/misc/helper.func b/misc/tools.func similarity index 100% rename from misc/helper.func rename to misc/tools.func