From 3cfb5f4e8ec006e9fb766529e990f2eef2094a25 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 10 Feb 2021 13:29:36 +0300 Subject: [PATCH] Silence WebKit's warnings --- bin/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/www b/bin/bin/www index 80b50e1..d58285d 100755 --- a/bin/bin/www +++ b/bin/bin/www @@ -1,7 +1,7 @@ #!/bin/sh [ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && { - exec $HOME/local/bin/xombrero -n "$1" + exec $HOME/local/bin/xombrero -n "$1" 2>/dev/null } term() { -- 2.44.0