Skip to content

Commit

Permalink
make the 'cmdline' file easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 23, 2021
1 parent 7b6667e commit 5ac49dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/scripts/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def _do_run_server(script_file, cmdline,
write_runner_shell_scripts(run_xpra_script)
if env_script:
save_session_file("server.env", env_script)
save_session_file("cmdline", "\n".join(cmdline))
save_session_file("cmdline", "\n".join(cmdline)+"\n")
if mode in ("upgrade", "upgrade-desktop"):
#if we had saved the start / start-desktop config, reload it:
apply_config(opts)
Expand Down

0 comments on commit 5ac49dc

Please sign in to comment.