x11-drivers/OpenTabletDriver-bin: fixed files/otd

Signed-off-by: Ethan Nijmeh <ethannij@gmail.com>
This commit is contained in:
Ethan Nijmeh
2023-02-07 17:06:53 -08:00
parent 8373b3b69d
commit f0621a86cd

View File

@@ -7,7 +7,7 @@ then
echo "DISPLAY and/or WAYLAND_DISPLAY is not set"
exit 64
fi
dotnet ./OpenTabletDriver.Daemon.dll -c ./Configurations
dotnet ./OpenTabletDriver.Daemon.dll
else
dotnet ./OpenTabletDriver.Console.dll "$@"
fi