more testing...
This commit is contained in:
parent
268dd01421
commit
51d76bc101
|
@ -32,10 +32,6 @@ case "$1" in
|
||||||
SYSCTLTWEAKS="etc/sysctl.d/10-frr.conf"
|
SYSCTLTWEAKS="etc/sysctl.d/10-frr.conf"
|
||||||
DOMAINNAME=$(hostname -d)
|
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() {
|
dig_txt() {
|
||||||
TMPDIG=$(dig txt +short $1)
|
TMPDIG=$(dig txt +short $1)
|
||||||
[ -z ${TMPDIG} ] && exit 2
|
[ -z ${TMPDIG} ] && exit 2
|
||||||
|
|
Loading…
Reference in New Issue