diff options
-rw-r--r-- | hscript/meta.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/meta.cc b/hscript/meta.cc index 1124988..4cb25bb 100644 --- a/hscript/meta.cc +++ b/hscript/meta.cc @@ -154,7 +154,7 @@ bool Hostname::execute(ScriptOptions opts) const { "writing"); return false; } - net_conf_f << "dns_domain_lo\"" << domain << "\"" << std::endl; + net_conf_f << "dns_domain_lo=\"" << domain << "\"" << std::endl; } #endif /* HAS_INSTALL_ENV */ } |