From 5a0592abceaf3c7da09ac541e5895521bdbad845 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 5 Mar 2020 19:43:47 +0200 Subject: [PATCH] kiss: Hide chown errors (meant to fail if needed) --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index de4ae22..728e3ec 100755 --- a/kiss +++ b/kiss @@ -1013,7 +1013,7 @@ pkg_install() { esac cp -af "$file" "$KISS_ROOT/${file}${new}" - chown root:root "$KISS_ROOT/${file}${new}" + chown root:root "$KISS_ROOT/${file}${new}" 2>/dev/null done ||: )