Update setup-periphery.py (#958)

This commit is contained in:
Badal Singh
2025-11-03 23:27:49 +05:30
committed by GitHub
parent 75e278a57b
commit 559ce103da

View File

@@ -232,7 +232,7 @@ def main():
write_service_file(args, home_dir, bin_dir, config_dir, service_dir)
user = ""
if user_install:
if args.user:
user = " --user"
print("Starting Periphery...")