Correction hostname
This commit is contained in:
parent
f5a4b103fc
commit
0768049125
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue