3 Commits

Author SHA1 Message Date
14b8eefb77 Update fallback-ap.sh
All checks were successful
Code review / review (pull_request) Successful in 20s
2026-09-12 19:58:03 -04:00
d1e1842052 Merge pull request 'Update install.sh' (#14) from ztimson-patch-13 into master
Reviewed-on: #14
2026-09-12 19:57:49 -04:00
ca3f2d15a8 Update install.sh
All checks were successful
Code review / review (pull_request) Successful in 20s
2026-09-12 19:56:47 -04:00

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}"