#!/usr/bin/env bash # Migration: Wi-Fi wrong-password recovery — patch NetworkConnection.qml so a # bad saved password re-prompts instead of failing silently. # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/wifi-password-retry/install-wifi-password-retry.sh"