From 865b657e4a9f7cc51a090c00c53bfee44e6a7fab Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Sun, 22 Mar 2015 21:53:53 +0100 Subject: Overwrite isc-dhcp-init files. --- bootstrap/make-dhcp6-init.sh | 6 ++---- 1 file 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 -- cgit v1.2.3