From 7b2cc51e35bfb725f02e91cb991ddd099b81ee0c Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Tue, 23 Jun 2020 18:04:26 +0300 Subject: [PATCH] fix function comment --- home/home.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/home.go b/home/home.go index f73064c7..f5b9375f 100644 --- a/home/home.go +++ b/home/home.go @@ -328,8 +328,7 @@ func StartMods() error { return nil } -// Check if the current user has root (administrator) rights -// and if not, ask and try to run as root +// Check if the current user permissions are enough to run AdGuard Home func checkPermissions() { log.Info("Checking if AdGuard Home has necessary permissions")