#!/bin/sh

# Update hostname based on DNS or MAC address using our name scheme
HOSTNAME=$(/usr/sbin/update-hostname-from-ip -m -n)
