mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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:
|
except KeyError:
|
||||||
subprocess.run(['addgroup', '--system', 'infinoted'], check=True)
|
subprocess.run(['addgroup', '--system', 'infinoted'], check=True)
|
||||||
|
|
||||||
# Create infinoted user is needed.
|
# Create infinoted user if needed.
|
||||||
try:
|
try:
|
||||||
pwd.getpwnam('infinoted')
|
pwd.getpwnam('infinoted')
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|||||||
@ -33,7 +33,7 @@ def subcommand_setup(_):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
subprocess.run(['addgroup', '--system', 'syncthing'], check=True)
|
subprocess.run(['addgroup', '--system', 'syncthing'], check=True)
|
||||||
|
|
||||||
# Create syncthing user is needed.
|
# Create syncthing user if needed.
|
||||||
try:
|
try:
|
||||||
pwd.getpwnam('syncthing')
|
pwd.getpwnam('syncthing')
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user