@george1421 Update to part 5 Access FOG host data
if [[ ! -z $mac ]]; then
curl -A "" -Lkso /tmp/hinfo.sh ${web}/service/hostinfo.php -d "mac=$mac"
if [[ -f /tmp/hinfo.sh ]]; then
. /tmp/hinfo.sh
fi
fi
@george1421 Update to part 5 Access FOG host data
if [[ ! -z $mac ]]; then
curl -A "" -Lkso /tmp/hinfo.sh ${web}/service/hostinfo.php -d "mac=$mac"
if [[ -f /tmp/hinfo.sh ]]; then
. /tmp/hinfo.sh
fi
fi