Skip to content
Snippets Groups Projects
Commit c794d37b authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-64: Do not stall stopBGL if the command pipe is not listened to

parent 58b22588
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -36,7 +36,7 @@ function writecommand {
# Send the stop command for a graceful shutdown
COMMAND_HOST=`getCobaltHosts -C $PARSET`
timeout 60s ssh $COMMAND_HOST "echo $CMD > $PIPE"
timeout 60s ssh $COMMAND_HOST "timeout 60s echo $CMD > $PIPE"
}
(
......
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