mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user