#!/usr/bin/bash configBase() { setErrorHandler echoStart #setIpv6WorkAround $1 setHostname $1 } endConfig() { unsetErrorHandler echoDone }