summarylogtreecommitdiffstats
path: root/osu-lazer-git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osu-lazer-git.sh')
-rw-r--r--osu-lazer-git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osu-lazer-git.sh b/osu-lazer-git.sh
index 31ed4f52b40b..fcc9762827c2 100644
--- a/osu-lazer-git.sh
+++ b/osu-lazer-git.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-env DOTNET_CLI_TELEMETRY_OPTOUT=1 dotnet '/usr/lib/osu-lazer/osu!.dll' "$@"
+env DOTNET_CLI_TELEMETRY_OPTOUT="${DOTNET_CLI_TELEMETRY_OPTOUT-1}" dotnet '/usr/lib/osu-lazer/osu!.dll' "$@"