#!/bin/sh
TMP=/tmp/.network
echo "successfully installed"
echo "syncing disk"
echo "please reboot your box so that the files will be used..."
sync
exit 0