Hotfix: enable hostapd.service

pull/1/head
Bill Zimmerman 5 years ago committed by GitHub
parent e83e99656d
commit ba7a2904ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save