From fec9a99ae04f4d9ae7d0a494ffe4a7b330933011 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:46:31 +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 258327d..2899984 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -1205,7 +1205,7 @@ iface vmbr0 inet static bridge_fd 0 iface vmbr0 inet6 static - address ${ipv6_address_without_last_segment}:1/128 + address ${ipv6_address_without_last_segment}1/128 gateway ${ipv6_gateway} EOF fi