diff --git a/server/install_script.sh b/server/install_script.sh index 786afcd..b9acc83 100644 --- a/server/install_script.sh +++ b/server/install_script.sh @@ -65,6 +65,8 @@ 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 exec $VS_SERVER_DIR/server-1.21.5.sh setup $USERNAME $VS_SERVER_DIR && touch $MARKER_FILE fi