dracut
dracut copied to clipboard
95zfcp_rules: bad style var=$(cat <file>)
use read -r var < file
https://github.com/dracutdevs/dracut/blob/3a04fdff87b5684bfa6c4bdd2a047fc12748c7ce/modules.d/95zfcp_rules/parse-zfcp.sh#L47-L49
https://github.com/dracutdevs/dracut/blob/3a04fdff87b5684bfa6c4bdd2a047fc12748c7ce/modules.d/95zfcp_rules/module-setup.sh#L15-L33
This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions.