nfs/module-setup.sh: Use colon instead of dot for chown user/group separator

master
Ville Skyttä 2016-03-28 11:39:36 +03:00
parent 9430ae301e
commit dec3dfa4b3
1 changed files with 1 additions and 1 deletions

View File

@ -113,6 +113,6 @@ install() {
chmod 770 "$initdir/var/lib/rpcbind"
grep -q '^rpc:' /etc/passwd \
&& grep -q '^rpc:' /etc/group \
&& chown rpc.rpc "$initdir/var/lib/rpcbind"
&& chown rpc:rpc "$initdir/var/lib/rpcbind"
dracut_need_initqueue
}