From 0650544ecfe551086de69404870fb08378a6b96b Mon Sep 17 00:00:00 2001 From: mischa Date: Fri, 5 May 2023 23:33:13 +0200 Subject: [PATCH] remove blank lines --- deploy.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.pl b/deploy.pl index 822eca6..5978ce3 100755 --- a/deploy.pl +++ b/deploy.pl @@ -215,10 +215,8 @@ sub render_install_conf { printf $fh_install "IPv6 address for vio0 = %s\n", $_ipv6; printf $fh_install "Default IPv4 route = %s\n", $_ipv4_gateway if $_ipv4 ne "autoconf"; printf $fh_install "IPv6 default router = %s\n", $_ipv6_gateway; - printf $fh_install "DNS domain name = %s\n", $conf{'conf'}{'DOMAIN'} if $_ipv4 ne "autoconf"; printf $fh_install "DNS nameservers = %s\n", $conf{'conf'}{'DNS'} if $_ipv4 ne "autoconf"; - printf $fh_install "Setup a user = %s\n", $_username; printf $fh_install "Password for user = %s\n", $jot_pass; printf $fh_install "Public ssh key for user = %s %s\n", $_sshkey, $jot_pass;