Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/bsp/common/usr/lib/armbian/armbian-firstlogin
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,14 @@ if [[ -f /root/.not_logged_in_yet && -n $(tty) ]]; then
# Try to get the local IP address (script halts until IP was found or x retries were done)
get_local_ip_addr

if systemctl is-active --quiet armbian-web-config.service; then
WEB_SSID="$(cat /etc/hostname)-armbiansetup"
echo -e "\n\e[1m\e[96mWeb Configuration Available!\x1B[0m"
echo -e "Connect to Wi-Fi SSID: \e[1m\e[92m${WEB_SSID}\x1B[0m"
echo -e "Then open \e[1mhttp://10.42.0.1\x1B[0m in your browser"
echo -e "Or continue with CLI setup below...\n"
fi

[[ -z "$PRESET_ROOT_PASSWORD" ]] && echo "" # empty line

trap '' 2
Expand Down
Loading