Hotfix: enable hostapd.service

This commit is contained in:
Bill Zimmerman
2019-03-09 19:45:27 +01:00
committed by GitHub
parent e83e99656d
commit ba7a2904ea

View File

@@ -273,8 +273,9 @@ function patch_system_files() {
install_log "Sudoers file already patched"
fi
# Unmask hostapd.service
# Unmask and enable hostapd.service
sudo systemctl unmask hostapd.service
sudo systemctl enable hostapd.service
}