Task #119274 - added.err

back to task #119274
download
Error: SHELLCHECK_WARNING (CWE-457):
/usr/lib/dracut/modules.d/50ostree/module-setup.sh:49:15: warning[SC2154]: initdir is referenced but not assigned.
#   47|       fi
#   48|       inst_simple "${systemdsystemunitdir}/ostree-prepare-root.service"
#   49|->     mkdir -p "${initdir}${systemdsystemunitdir}/initrd-root-fs.target.wants"
#   50|       ln_r "${systemdsystemunitdir}/ostree-prepare-root.service" \
#   51|           "${systemdsystemunitdir}/initrd-root-fs.target.wants/ostree-prepare-root.service"