From 5a94ebcb6c14e15614f8c8cf1d44930777ab9d93 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:03:59 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index defbdf2..386bc7e 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -685,13 +685,16 @@ iptables -Z iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT +ufw disable # 打印安装后的信息 url="https://${main_ipv4}:8006/" _green "Installation complete, please open HTTPS web page $url" _green "The username and password are the username and password used by the server (e.g. root and root user's password)" _green "If the login is correct please do not rush to reboot the system, go to execute the commands of the pre-configured environment and then reboot the system" +_green "If there is a problem logging in the web side is not up, wait 10 seconds and restart the system to see" _green "安装完毕,请打开HTTPS网页 $url" _green "用户名、密码就是服务器所使用的用户名、密码(如root和root用户的密码)" _green "如果登录无误请不要急着重启系统,去执行预配置环境的命令后再重启系统" +_green "如果登录有问题web端没起来,等待10秒后重启系统看看" rm -rf /root/reboot_pve.txt rm -rf /root/ifupdown2_installed.txt