From 03cef0b7d9c0af0c195e5f576c8934d3cea0d4ed Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 28 Jul 2026 08:14:17 -0700 Subject: [PATCH] test --- latest/install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/install_script.sh b/latest/install_script.sh index 2c97ccf..da7f287 100644 --- a/latest/install_script.sh +++ b/latest/install_script.sh @@ -96,7 +96,7 @@ chmod 776 -R $VS_DATA_DIR # Setup the server if [ ! -f $MARKER_FILE ]; then echo "First time run: Setting up server environment..." - yes y | $VS_SERVER_DIR/server-1.21.5.sh setup $USERNAME /vs_server && touch $MARKER_FILE + yes y | $VS_SERVER_DIR/server-1.21.5.sh setup $USERNAME $VS_DATA_DIR && touch $MARKER_FILE echo "Setup successfully completed." fi