mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
docs: fix typo
This commit is contained in:
parent
d4bcac2d5b
commit
fc0fe3c6d5
@ -112,7 +112,7 @@ module Dyndnsd
|
|||||||
|
|
||||||
Dyndnsd.logger.info 'Starting...'
|
Dyndnsd.logger.info 'Starting...'
|
||||||
|
|
||||||
# drop priviliges as soon as possible
|
# drop privileges as soon as possible
|
||||||
# NOTE: first change group than user
|
# NOTE: first change group than user
|
||||||
if config['group']
|
if config['group']
|
||||||
group = Etc.getgrnam(config['group'])
|
group = Etc.getgrnam(config['group'])
|
||||||
|
Loading…
Reference in New Issue
Block a user