From e83e99656d56203221bc257d2a20e63c6dcbbeda Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 9 Mar 2019 17:48:51 +0000 Subject: [PATCH] Hotfix: unmask hostapd.service --- installers/common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installers/common.sh b/installers/common.sh index 9ecbc5a..8fa5317 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -272,6 +272,9 @@ function patch_system_files() { else install_log "Sudoers file already patched" fi + + # Unmask hostapd.service + sudo systemctl unmask hostapd.service }