mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
infinoted, syncthing: Fix minor typo in a comment
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
35a0cdbe3e
commit
2bbcd2d869
@ -144,7 +144,7 @@ def subcommand_setup(_):
|
||||
except KeyError:
|
||||
subprocess.run(['addgroup', '--system', 'infinoted'], check=True)
|
||||
|
||||
# Create infinoted user is needed.
|
||||
# Create infinoted user if needed.
|
||||
try:
|
||||
pwd.getpwnam('infinoted')
|
||||
except KeyError:
|
||||
|
||||
@ -33,7 +33,7 @@ def subcommand_setup(_):
|
||||
except KeyError:
|
||||
subprocess.run(['addgroup', '--system', 'syncthing'], check=True)
|
||||
|
||||
# Create syncthing user is needed.
|
||||
# Create syncthing user if needed.
|
||||
try:
|
||||
pwd.getpwnam('syncthing')
|
||||
except KeyError:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user