kiss: Hide chown errors (meant to fail if needed)

This commit is contained in:
Dylan Araps 2020-03-05 19:43:47 +02:00
parent 54d1688e64
commit 5a0592abce
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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 ||:
)