daemon/examples: Update the distributed netns example.
The number of nodes used can depend on a command-line argument, but node one should always exist.
This commit is contained in:
parent
e58de230d2
commit
e1aec0ea1d
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def main():
|
||||||
session.broker.handlerawmsg(msg)
|
session.broker.handlerawmsg(msg)
|
||||||
|
|
||||||
# start a shell on node 1
|
# start a shell on node 1
|
||||||
n[7].term("bash")
|
n[1].term("bash")
|
||||||
|
|
||||||
# TODO: access to remote nodes is currently limited in this script
|
# TODO: access to remote nodes is currently limited in this script
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue