docs: fix typo

This commit is contained in:
cn 2021-06-03 20:49:20 +02:00
parent d4bcac2d5b
commit fc0fe3c6d5
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ module Dyndnsd
Dyndnsd.logger.info 'Starting...'
# drop priviliges as soon as possible
# drop privileges as soon as possible
# NOTE: first change group than user
if config['group']
group = Etc.getgrnam(config['group'])