Fixed indentation

This commit is contained in:
Luca Frosini 2022-07-08 14:35:53 +02:00
parent 567afc73a6
commit 0f4e699eca
1 changed files with 17 additions and 18 deletions

View File

@ -37,7 +37,6 @@ function hostname {
while [ "$HOST_OK" = false ]
do
echo "Is ${HOST} correct?"
select yn in "Yes" "No";
do