From 0f3ce6f212ae2db53c83bd11b2e3a21483d8c6e3 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:24:14 +0800 Subject: [PATCH] Update install_pve.sh --- install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pve.sh b/install_pve.sh index a0f5152..399ebfa 100644 --- a/install_pve.sh +++ b/install_pve.sh @@ -223,7 +223,7 @@ if grep -q "source /etc/network/interfaces.d/*" /etc/network/interfaces; then fi fi fi - +systemctl restart networking # 打印安装后的信息 url="https://${ip}:8006/" _green "安装完毕,请打开HTTPS网页 $url"