Skip to content

Commit

Permalink
cluster-software-manager: Handle install from source failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Bacon committed Jan 29, 2021
1 parent 657d5d7 commit 2209317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Sys-scripts/cluster-software-manager
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ EOM
if [ $NODE_TYPE = head ]; then
$install_from_source_cmd $names
else
cluster-run "$install_from_source_cmd $names" $NODE_TYPE
cluster-run "$install_from_source_cmd $names" $NODE_TYPE || true
fi
pause
fi
Expand Down

0 comments on commit 2209317

Please sign in to comment.