diff --git a/linux/scripts/start-web.py b/linux/scripts/start-web.py index d4f69a3..ad81722 100644 --- a/linux/scripts/start-web.py +++ b/linux/scripts/start-web.py @@ -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)