1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-04 14:05:41 -07:00

kiss: Fix spacing

This commit is contained in:
Dylan Araps 2020-06-10 10:48:48 +03:00
parent 4f75bda942
commit ae8a48cd30
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
kiss
View File

@ -1022,7 +1022,7 @@ pkg_etc() (
;;
esac
cp -fPp "$file" "$KISS_ROOT/${file}${new}"
cp -fPp "$file" "$KISS_ROOT/${file}${new}"
chown root:root "$KISS_ROOT/${file}${new}" 2>/dev/null
done ||:
)