remove blank lines

This commit is contained in:
mischa 2023-05-05 23:33:13 +02:00
parent 6071a6da50
commit 0650544ecf
1 changed files with 0 additions and 2 deletions

View File

@ -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;