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

b=16808

remote command fix for previous commit
parent caeb4e2c
No related branches found
No related tags found
No related merge requests found
......@@ -1717,7 +1717,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