From 761dacac78278fb0dd8a25376bc743c8064afd8b Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 19 Dec 2017 06:54:07 -0500 Subject: [PATCH] slight issue with quoting --- scripts/site_avenger/revamp_cakelampvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/site_avenger/revamp_cakelampvm.sh b/scripts/site_avenger/revamp_cakelampvm.sh index 88abc4d0..2717b3a6 100644 --- a/scripts/site_avenger/revamp_cakelampvm.sh +++ b/scripts/site_avenger/revamp_cakelampvm.sh @@ -221,7 +221,7 @@ else ; in the domain. this forces any other sites besides the ones above to route ; to the actual vm IP address, which currently is singular and very fixated. * IN A 10.28.42.20 - IN HINFO "linux vm" "ubuntu" + IN HINFO \"linux vm\" \"ubuntu\" ;;;;;; -- 2.34.1