Skip to content

Commit

Permalink
Fix #1, Restart ifupdown-network after WiFi config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manawyrm authored Feb 15, 2021
1 parent 29f8a20 commit f1e47c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgi-bin/applyConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
{
file_put_contents($wpaconfPath, $wpaconf);
`ifdown --force wlan0`;
`systemctl restart network`;
`ifup wlan0`;
}
else
Expand Down

0 comments on commit f1e47c4

Please sign in to comment.