fix function comment
This commit is contained in:
parent
b43223d302
commit
7b2cc51e35
|
@ -328,8 +328,7 @@ func StartMods() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if the current user has root (administrator) rights
|
// Check if the current user permissions are enough to run AdGuard Home
|
||||||
// and if not, ask and try to run as root
|
|
||||||
func checkPermissions() {
|
func checkPermissions() {
|
||||||
log.Info("Checking if AdGuard Home has necessary permissions")
|
log.Info("Checking if AdGuard Home has necessary permissions")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue