Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Nov 1, 2022
1 parent c9c4f7a commit d0ab84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ EOF
LC_ALL=C add_packages_nfsroot

# patch udev rules for lvm
if [ -f $NFSROOT/etc/udev/rules.d/69-lvm-metad.rules -a ] &&
if [ -f $NFSROOT/etc/udev/rules.d/69-lvm-metad.rules ] &&
[ -f $NFSROOT/usr/share/fai/udev.patch ]; then
$ROOTCMD patch --verbose -p0 < /usr/share/fai/udev.patch
fi
Expand Down

0 comments on commit d0ab84b

Please sign in to comment.