From 2529893e239d13cbf1dae6d138af7e7b8a6f8d74 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 30 Jul 2023 21:31:36 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index a341da1..fb7d7e7 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -318,7 +318,7 @@ if [ ! -f "/usr/local/bin/ifupdown2_installed.txt" ]; then wget ${cdn_success_url}https://raw.githubusercontent.com/spiritLHLS/pve/main/extra_scripts/ifupdown2-install.service -O /etc/systemd/system/ifupdown2-install.service chmod 777 /usr/local/bin/install_ifupdown2.sh chmod 777 /etc/systemd/system/ifupdown2-install.service - if [ -f "install_ifupdown2.sh" ]; then + if [ -f "/usr/local/bin/install_ifupdown2.sh" ]; then # _green "This script will automatically reboot the system after 5 seconds, please wait a few minutes to log into SSH and execute this script again" # _green "本脚本将在5秒后自动重启系统,请待几分钟后退出SSH再次执行本脚本" systemctl daemon-reload