extreme path defense

This commit is contained in:
2025-07-01 20:44:22 -05:00
parent a38eac2e77
commit 29dca6241e

View File

@ -45,7 +45,7 @@ unset IFS
#################
export IS_PHYSICAL_HOST
IS_PHYSICAL_HOST="$(dmidecode -t System|grep -c Dell ||true)"
IS_PHYSICAL_HOST="$(/usr/sbin/dmidecode -t System|grep -c Dell ||true)"
export SUBODEV_CHECK
SUBODEV_CHECK="$(getent passwd|grep -c subodev || true)"