From 932b833ca6e264ea33085d50baa6faaf64505977 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 8 Jan 2023 10:29:00 -0600 Subject: fix(wsl): reorganize and clean wsl package move the wsl alacritty settings, local.yml, out of the repo. --- wsl/.local/bin/discord-relay.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wsl/.local/bin') diff --git a/wsl/.local/bin/discord-relay.sh b/wsl/.local/bin/discord-relay.sh index 3932908..d0f8cc6 100755 --- a/wsl/.local/bin/discord-relay.sh +++ b/wsl/.local/bin/discord-relay.sh @@ -1,2 +1,3 @@ #!/bin/sh -exec socat UNIX-LISTEN:/var/run/discord-ipc-0,fork,group=discord,umask=007 EXEC:"npiperelay.exe -ep -s //./pipe/discord-ipc-0",nofork >/dev/null 2>&1 + +exec socat UNIX-LISTEN:/var/run/discord-ipc-0,fork,group=discord,umask=007 EXEC:"/home/tobyv/.local/bin/npiperelay.exe -ep -s //./pipe/discord-ipc-0",nofork -- cgit v1.2.3-70-g09d2