1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-02 06:34:40 +02:00

docs: fix typo

This commit is contained in:
cn 2021-06-03 20:49:20 +02:00
parent d4bcac2d5b
commit fc0fe3c6d5

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'])