This commit is contained in:
2025-06-10 17:36:50 -07:00
parent 0df64b2f84
commit 363dff9528

View File

@@ -3,7 +3,7 @@
# All rights reserved
VS_VERSION_2=$(curl -s "http://api.vintagestory.at/${VS_CHANNEL}.json" | jq --raw-output '.linuxserver.urls.cdn')
echo $VS_VERSION_2
echo "$VS_VERSION_2"
# CUR_V="$(find /VSserver/server -name server-* | cut -d '-' -f2-)"
# if [ ! -z "${VS_VERSION}" ] && [ "${CUR_V}" != "${VS_VERSION}" ]; then