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
1 changed files with 1 additions and 1 deletions

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