Skip to content
Snippets Groups Projects
Commit aa8e2f7e authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Avoid grep on grep process itself instead of the intended process, by using [d]dish_commands.sh

parent 16537dbf
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ else:
###############################################################################
# Wait until remote dish commands are done
###############################################################################
command = 'ps -efd | grep dish_commands.sh'
command = 'ps -efd | grep [d]ish_commands.sh'
for lcu in LCUS:
while True:
output = (shell.ssh_cmd(lcu, command, tc))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment