From be228606cf8988bc940bc6e11ec1dc50c478de7b Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 27 Jul 2026 13:50:24 -0700 Subject: [PATCH] update --- server/install_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/install_script.sh b/server/install_script.sh index d396d77..1a8fed2 100644 --- a/server/install_script.sh +++ b/server/install_script.sh @@ -30,8 +30,8 @@ if [ -e /vs_server/server/server-$VS_VERSION.sh ] echo " " echo "INFO ! Cleaning old files." cd /vs_server/server/ - mkdir -pv /old-server-versions/ - mv * /old-server-versions/ + mkdir -pv old-server-versions/ + mv * old-server-versions/ cd / wget --no-cache --show-progress --progress=bar:force:noscroll $VS_SERVER_FILE -O /vs_temp/vs_server_linux-x64_$VS_VERSION.tar.gz tar -xzf /vs_temp/vs_server_linux-x64_$VS_VERSION.tar.gz -C /vs_temp/files