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:
parent
e83e99656d
commit
ba7a2904ea
@ -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…
Reference in New Issue
Block a user