Update install.sh #14

Merged
ztimson merged 1 commits from ztimson-patch-13 into master 2026-09-12 19:57:50 -04:00
Showing only changes of commit ca3f2d15a8 - Show all commits

View File

@@ -25,7 +25,7 @@ if [ -f "$EXISTING_CONFIG" ]; then
fi
DEFAULT_SSID="${SAVED_SSID:-$(hostname)}"
DEFAULT_PASSWORD="${SAVED_PASSWORD:-guesswhatitis}"
DEFAULT_PASSWORD="${SAVED_PASSWORD:-abcd1234}"
DEFAULT_CIDR="${SAVED_CIDR:-10.10.10.1/24}"
DEFAULT_DHCP_START_OCTET="${SAVED_DHCP_START_OCTET:-100}"
DEFAULT_DHCP_END_OCTET="${SAVED_DHCP_END_OCTET:-250}"