未验证 提交 a2ac7bc2 编写于 作者: X xinsheng Ren 提交者: GitHub

fix:installer,The installation cannot be completed on the mac (#18512)

Co-authored-by: Nfacetosea <25808407@qq.com>
上级 1f77b78d
...@@ -205,6 +205,7 @@ function set_hostname() { ...@@ -205,6 +205,7 @@ function set_hostname() {
break break
else else
read -p "Please enter one hostname(must not be 'localhost'):" newHostname read -p "Please enter one hostname(must not be 'localhost'):" newHostname
break
fi fi
done done
...@@ -324,7 +325,9 @@ function local_fqdn_check() { ...@@ -324,7 +325,9 @@ function local_fqdn_check() {
;; ;;
*) *)
set_ipAsFqdn
echo "Invalid input..." echo "Invalid input..."
break
;; ;;
esac esac
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册