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:
Tom Goff 2016-09-16 10:44:48 -04:00
parent e58de230d2
commit e1aec0ea1d

View file

@ -123,7 +123,7 @@ def main():
session.broker.handlerawmsg(msg)
# 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