#!/bin/sh
set -e

mkdir -p /var/lib/mac2ip
chmod 0777 /var/lib/mac2ip

exit 0
