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

Hotfix: unmask hostapd.service

This commit is contained in:
billz 2019-03-09 17:48:51 +00:00
parent 61d2aa534f
commit e83e99656d

View File

@ -272,6 +272,9 @@ function patch_system_files() {
else
install_log "Sudoers file already patched"
fi
# Unmask hostapd.service
sudo systemctl unmask hostapd.service
}