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
1 changed files with 2 additions and 1 deletions

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
}