@ -11,7 +11,7 @@ ENABLED=yes
if [[ ${ENABLED} == "yes" ]]; then
PATH_FIND="/usr/lib/ublinux/rc.profile"
while IFS= LC_ALL=C read -ru3 -d '' SELECT_FILE; do
. ${SELECT_FILE} 2>/dev/null
${SELECT_FILE} 2>/dev/null
done 3< <(find "${PATH_FIND}" -type f -executable -print0 | sort -Vz)
fi
true