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