#!/bin/sh if ! [ -f "/etc/ixvd/version" ]; then echo "applying overlay..." cp -r skel/. / fi if [ -d "servers/$HOSTNAME/skel" ]; then echo "applying server specific skeleton..." cp -r servers/$HOSTNAME/skel/. / fi