From 417715f5d0e82ccf14615e786454740f91d3e121 Mon Sep 17 00:00:00 2001 From: necro-nemsis Date: Fri, 6 May 2022 08:31:35 -0400 Subject: [PATCH] fix unmask comment --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 7bf19c6..2924dbf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -371,7 +371,7 @@ function patch_system_files() { install_log "Sudoers file already patched" fi - # Unmask and enable hostapd.service/var/log/lokinet_cron_update.txt + # Unmask and enable hostapd.service sudo systemctl unmask hostapd.service sudo systemctl enable hostapd.service