Changed
moulti run
now suffixes the instance name with its process id (e.g.default-1234
instead ofdefault
).
This helps prevent clashes and makes it possible to run various tools concurrently without having to worry about such details.
This behaviour can be prevented by setting theMOULTI_RUN_NO_SUFFIX
environment variable or using the-n
/--no-suffix
command-line option.
The behaviour ofmoulti init
remains unchanged.moulti run
,moulti diff run
,moulti manpage run
: it is no longer mandatory to use--
to separate Moulti arguments and the command to be run.
Fixed
moulti-scoreboard.bash
example script: make scoreboard control path instance-specific.