From a17f2a6c72001d5290a91837e2e2124e9fc827a7 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 28 Jul 2026 07:06:33 -0700 Subject: [PATCH] test --- server/install_script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/install_script.sh b/server/install_script.sh index 6c41b57..1968516 100644 --- a/server/install_script.sh +++ b/server/install_script.sh @@ -65,8 +65,6 @@ sleep 1 # Setup the server if [ ! -f $MARKER_FILE ]; then echo "First time run: Setting up server environment..." - # Force the setup function to always assume "y" - # sed -i 's|if \[ "${REPLY,,}" = "y" \]|if true|' $START_FILE yes y | $VS_SERVER_DIR/server-1.21.5.sh setup $USERNAME $VS_SERVER_DIR && touch $MARKER_FILE echo "Setup successfully completed." fi