Correction hostname

This commit is contained in:
Navas 2024-10-20 18:06:43 +02:00
parent f5a4b103fc
commit 0768049125

View file

@ -56,7 +56,7 @@ def hostnameChoice():
}, },
] ]
result = prompt(questions) result = prompt(questions)
fqdn = result[0] + "." + result[1] fqdn = result[0]
proceed = inquirer.confirm( proceed = inquirer.confirm(
message ="Définir {} comme nom de machine ?".format(fqdn), message ="Définir {} comme nom de machine ?".format(fqdn),