Reputation: 6580
I've set of run() statements in my fabric file to stop/exit my app servers. When i run fab file, fabric process getting break after the following statement. Can someone tell me how to resolve it?
run("kill $(ps x | grep memcached | awk '{print $1}')", pty=False)
Upvotes: 2
Views: 766