From 51d76bc101acce270ad930b34dd826da8ed8298d Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 8 Mar 2019 23:37:53 -0800 Subject: [PATCH] more testing... --- debian/wit-network-config.postinst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index a19f203..0834a4c 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -32,10 +32,6 @@ case "$1" in SYSCTLTWEAKS="etc/sysctl.d/10-frr.conf" DOMAINNAME=$(hostname -d) - ## this I figure out how to actually install the files correctly I need to wipe them, not clean but open for suggestions - echo >$IFCONFIG - echo >$UDEVCONFIG - dig_txt() { TMPDIG=$(dig txt +short $1) [ -z ${TMPDIG} ] && exit 2