fixed some shell command usage in example files
This commit is contained in:
parent
e35b4a0a4b
commit
78537d8e95
5 changed files with 4 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue