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