Skip to content

Commit

Permalink
fix(zfcp_rules): correct udev zfcp rules parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
tblume authored and johannbg committed Feb 12, 2022
1 parent dcaff88 commit 5925266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d/95zfcp_rules/module-setup.sh
Expand Up @@ -74,7 +74,7 @@ install() {
done
fi
if [[ $hostonly ]]; then
inst_rules_wildcard 51-zfcp-*.rules
inst_rules_wildcard 41-s390x-zfcp-*.rules
inst_rules_wildcard "51-zfcp-*.rules"
inst_rules_wildcard "41-zfcp-*.rules"
fi
}

0 comments on commit 5925266

Please sign in to comment.