1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 04:12:40 -06:00

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

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