Skip to content

Commit

Permalink
Update start_webserver.sh
Browse files Browse the repository at this point in the history
Disable debugging by default #1
  • Loading branch information
Toetje585 authored Jan 25, 2024
1 parent ac6a6de commit f65e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rootfs/opt/fs22/start_webserver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export WINEDEBUG=-all,fixme-all
export WINEDEBUG=-all
export WINEPREFIX=~/.fs22server

# Start the server
Expand Down

0 comments on commit f65e01e

Please sign in to comment.