Skip to content

Commit

Permalink
correct paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Jan 9, 2025
1 parent 3a3fff7 commit 919c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/network/tasks/detected_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
when: iiab_wireless_lan_iface is defined and nobridge is defined

- name: Detect WiFi country code in use
shell: iw reg get | grep country | grep -v UNSET | awk '{print $2}' | sed "s|:||
shell: iw reg get | grep country | grep -v UNSET | awk '{print $2}' | sed "s|:||"
register: REG_DOM
ignore_errors: True
when: wifi_up_down and can_be_ap and has_wifi_gateway is defined
Expand Down

0 comments on commit 919c56a

Please sign in to comment.