Skip to content

Commit

Permalink
Remove duplicate config line
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlongman committed Jun 22, 2022
1 parent 156ee04 commit 7169037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hassio-access-point/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ HIDE_SSID=$(jq --raw-output ".hide_ssid" $CONFIG_PATH)
DHCP=$(jq --raw-output ".dhcp" $CONFIG_PATH)
DHCP_START_ADDR=$(jq --raw-output ".dhcp_start_addr" $CONFIG_PATH)
DHCP_END_ADDR=$(jq --raw-output ".dhcp_end_addr" $CONFIG_PATH)
DNSMASQ_CONFIG_OVERRIDE=$(jq --raw-output '.dnsmasq_config_override | join(" ")' $CONFIG_PATH)
ALLOW_MAC_ADDRESSES=$(jq --raw-output '.allow_mac_addresses | join(" ")' $CONFIG_PATH)
DENY_MAC_ADDRESSES=$(jq --raw-output '.deny_mac_addresses | join(" ")' $CONFIG_PATH)
DEBUG=$(jq --raw-output '.debug' $CONFIG_PATH)
Expand Down

0 comments on commit 7169037

Please sign in to comment.