Skip to content

Commit

Permalink
Don't kill running application from piracast.py script as
Browse files Browse the repository at this point in the history
it is started explicitly

Signed-off-by: Manish Patel <[email protected]>
  • Loading branch information
manishj-patel committed Jul 16, 2014
1 parent 036d36f commit 9031b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/piracast.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ def leased_ip_get():
print 'Increase rmem_default...'
get_stdout(cmd_inc_rmem_default)

print 'Kill running application...'
# Don't kill running application as
# it is started explicitly
#print 'Kill running application...'
#core_channel.end()
print get_stdout(cmd_kill_core_app)
#print get_stdout(cmd_kill_core_app)

while 1:

Expand Down

0 comments on commit 9031b40

Please sign in to comment.