improve: clarify CIDR notation requirement in installer IP prompt

addresses #392 - make it clear that static IP should include CIDR notation
This commit is contained in:
Pulse Monitor
2025-08-30 22:44:29 +00:00
parent 1156414f70
commit 4a5086b378
+1 -1
View File
@@ -496,7 +496,7 @@ create_lxc_container() {
storage=${storage:-$DEFAULT_STORAGE}
fi
safe_read_with_default "Static IP (leave empty for DHCP): " static_ip ""
safe_read_with_default "Static IP with CIDR (e.g. 192.168.1.100/24, leave empty for DHCP): " static_ip ""
# If static IP is provided, we need gateway
if [[ -n "$static_ip" ]]; then