Skip to content
Snippets Groups Projects
Commit 834d3991 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16808

remote command fix for previous commit
parent 41b11a66
No related merge requests found
......@@ -1930,7 +1930,7 @@ check_catastrophe () {
[ -f $CATASTROPHE ] && [ `cat $CATASTROPHE` -ne 0 ] && return 1
if [ $rnodes ]; then
do_nodes $rnodes "[ -f $CATASTROPHE ] && { [ `cat $CATASTROPHE` -eq 0 ] || false; } || true"
do_nodes $rnodes "[ -f $CATASTROPHE ] && { [ \`cat $CATASTROPHE\` -eq 0 ] || false; } || true"
fi
}
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