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