diff options
-rw-r--r-- | perl-install/network/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index b3d63247c..a5eb3911d 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -120,7 +120,7 @@ sub write_zeroconf { eval { substInFile { s/^\s*(hostname)\s*=.*/$1 = $zhostname/ } $file } if $zhostname || -f $file; require services; - services::set_status('tmdns', $net->{zeroconf}{hostname}); + services::set_status('tmdns', $net->{zeroconf}{hostname}, $::isInstall); } sub write_resolv_conf { |