mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
fix function comment
This commit is contained in:
parent
b43223d302
commit
7b2cc51e35
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue