1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}