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
Branches
Tags
No related merge requests found
...@@ -170,7 +170,7 @@ else: ...@@ -170,7 +170,7 @@ else:
############################################################################### ###############################################################################
# Wait until remote dish commands are done # 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: for lcu in LCUS:
while True: while True:
output = (shell.ssh_cmd(lcu, command, tc)) output = (shell.ssh_cmd(lcu, command, tc))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment