diff options
| -rwxr-xr-x | bootstrap/make-dhcp6-init.sh | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/bootstrap/make-dhcp6-init.sh b/bootstrap/make-dhcp6-init.sh index 468c973..b022b03 100755 --- a/bootstrap/make-dhcp6-init.sh +++ b/bootstrap/make-dhcp6-init.sh @@ -5,8 +5,7 @@ DHCP_INIT="/etc/init.d/isc-dhcp-server"  if [ -e "${DHCP_DEFAULT}" ];   then -	echo "${DHCP_DEFAULT} exists!" -	exit 1 +	echo "${DHCP_DEFAULT} exists! Overwriting."  fi  set -e @@ -29,8 +28,7 @@ set +e  if [ -e "${DHCP_INIT}" ];   then -	echo "${DHCP_INIT} exists!" -	exit 1 +	echo "${DHCP_INIT} exists! Overwriting."  fi  set -e | 
