fixed some shell command usage in example files

This commit is contained in:
Blake J. Harnden 2018-02-27 12:39:12 -08:00
parent e35b4a0a4b
commit 78537d8e95
5 changed files with 4 additions and 7 deletions

View file

@ -116,7 +116,7 @@ def main():
session.broker.handlerawmsg(msg)
# start a shell on node 1
n[1].term("bash")
n[1].client.term("bash")
print "elapsed time: %s" % (datetime.datetime.now() - start)
print "To stop this session, use the 'core-cleanup' script on this server"