From d18fd3ebef8d27e5cf342834cf4177c1fa0e9d73 Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Sun, 26 Apr 2020 17:47:26 +0100 Subject: [PATCH] iwd: fix output sent to tty1 --- srcpkgs/iwd/files/iwd/run | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/iwd/files/iwd/run b/srcpkgs/iwd/files/iwd/run index b7d22b7f9e4..de3d5201036 100755 --- a/srcpkgs/iwd/files/iwd/run +++ b/srcpkgs/iwd/files/iwd/run @@ -1,4 +1,3 @@ #!/bin/sh [ -r ./conf ] && . ./conf -exec 2>&1 exec /usr/libexec/iwd ${OPTS}