Skip to content

Commit

Permalink
fix AP_IFACE
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberorg committed Jun 18, 2020
1 parent 5d6ff1b commit 5e4e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/share/cockpit/apsetup/apsetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function apsetup_run() {
[
"bash",
"-c",
"echo Please wait...;. /etc/ap.conf; nmcli con add type wifi ifname $WL_IFACE con-name ap autoconnect yes ssid $AP_SSID ipv4.method manual ipv4.addresses $AP_IP/24 wifi-sec.key-mgmt wpa-psk wifi-sec.psk $AP_PASS 802-11-wireless.mode ap",
"echo Please wait...;. /etc/ap.conf; nmcli con add type wifi ifname $AP_IFACE con-name ap autoconnect yes ssid $AP_SSID ipv4.method manual ipv4.addresses $AP_IP/24 wifi-sec.key-mgmt wpa-psk wifi-sec.psk $AP_PASS 802-11-wireless.mode ap",
],
{ superuser: true }
)
Expand Down

0 comments on commit 5e4e8b5

Please sign in to comment.