From cf99c5f14566d58a43a216d90acb3454e2271cd0 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 30 Nov 2020 11:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20print=20dashboard=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/install.sh b/script/install.sh index 458ffa9..fd5ba2b 100755 --- a/script/install.sh +++ b/script/install.sh @@ -156,8 +156,6 @@ install_dashboard() { modify_dashboard_config 0 - echo "默认管理面板地址:域名:8008" - if [[ $# == 0 ]]; then before_show_menu fi @@ -268,6 +266,7 @@ restart_dashboard() { docker-compose up -d if [[ $? == 0 ]]; then echo -e "${green}哪吒面板 重启成功${plain}" + echo -e "默认管理面板地址:${yellow}域名:8008${plain}" else echo -e "${red}重启失败,可能是因为启动时间超过了两秒,请稍后查看日志信息${plain}" fi