diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 09:02:28 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 09:02:28 +0200 |
| commit | 8aada73ba0065854078e21140fa952343b280a69 (patch) | |
| tree | 03f4c36283e33af450e57bc57396d79ae147882e /bin | |
| parent | fba534dfe34c4719fc56f99c74093cbef6f412af (diff) | |
checkpoint
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/extra/zbar_wpa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/extra/zbar_wpa b/bin/extra/zbar_wpa index 9aab318..2c0014b 100755 --- a/bin/extra/zbar_wpa +++ b/bin/extra/zbar_wpa @@ -10,4 +10,6 @@ wpa_passphrase "$AP" "$Passphrase" >&2 printf 'Continue ?' head -n 1 -wpa_passphrase "$AP" "$Passphrase" >> /etc/wpa_supplicant/wpa_supplicant.conf +wpa_passphrase "$AP" "$Passphrase" | + doas tee -a /etc/wpa_supplicant/wpa_supplicant.conf > /dev/null +doas sv restart wpa_supplicant |
