diff --git a/actions/infinoted b/actions/infinoted index 8542eabfa..ebf92a851 100755 --- a/actions/infinoted +++ b/actions/infinoted @@ -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: diff --git a/actions/syncthing b/actions/syncthing index 857195499..ce531f191 100755 --- a/actions/syncthing +++ b/actions/syncthing @@ -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: