#!/bin/bash # This script will configure Wakame-vdc to work with OpenVZ instances on a single # host. It is meant to be used in conjunction with the installation guide on the # wiki. Please follow the installation guide until it tells you to run this script. # # https://github.com/axsh/wakame-vdc/wiki/install-guide set -e if [ -z "$NETWORK" ] || [ -z "$PREFIX" ] || [ -z "$DHCP_RANGE_START" ] || [ -z "$DHCP_RANGE_END" ] then cat<