summarylogtreecommitdiffstats
path: root/otd
diff options
context:
space:
mode:
Diffstat (limited to 'otd')
-rwxr-xr-xotd2
1 files changed, 1 insertions, 1 deletions
diff --git a/otd b/otd
index 246f692e41b8..f4a779ebe6ba 100755
--- a/otd
+++ b/otd
@@ -5,7 +5,7 @@ then
if [[ ! -v DISPLAY ]] && [[ ! -v WAYLAND_DISPLAY ]]
then
echo "DISPLAY and/or WAYLAND_DISPLAY is not set"
- exit 1
+ exit 64
fi
dotnet ./OpenTabletDriver.Daemon.dll -c ./Configurations
else