Skip to content

Commit

Permalink
fix disclosing data command (#56)
Browse files Browse the repository at this point in the history
* fix disclosing data command

* fix missing placeholders
  • Loading branch information
juanmanuel-tirado authored Jul 11, 2024
1 parent f986934 commit bd60fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/scripts/start-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
server_run_command = ['runuser', '-u', USER_NAME, '--'
] + gunicorn_command.split()

print(f'Starting the server with the command: {server_run_command}...')
print('Starting the server...')
subprocess.run(server_run_command, check=True, text=True)

0 comments on commit bd60fa8

Please sign in to comment.