Merge branch 'master' into wificlient-ap

This commit is contained in:
billz
2019-03-09 21:11:54 +00:00
6 changed files with 114 additions and 19 deletions

View File

@@ -276,6 +276,10 @@ function patch_system_files() {
else
install_log "Sudoers file already patched"
fi
# Unmask and enable hostapd.service
sudo systemctl unmask hostapd.service
sudo systemctl enable hostapd.service
}