2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-02-26 18:29:18 +00:00

Fix syntax problem in processing common nameserver

This commit is contained in:
Jarrod Johnson
2020-10-22 12:48:01 -04:00
parent 4b42bbda7e
commit 7fcfc05205

View File

@@ -102,7 +102,7 @@ else
fi
fi
nameserversec=0
if [ ${entry%:*} = "nameservers" ]; then
if [ "${entry%:*}" = "nameservers" ]; then
nameserversec=1
continue
fi