This commit is contained in:
CanbiZ 2025-04-11 09:10:08 +02:00
parent 98e332c2e1
commit 44b1c98856
2 changed files with 2 additions and 2 deletions

View File

@ -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/helper.func)
LOGDIR="/usr/local/community-scripts/logs"
mkdir -p "$LOGDIR"

View File

@ -185,5 +185,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/helper.func)
}