Fix typo in clustersetup.sh (#1205)

This commit is contained in:
Renato Monteiro
2023-09-16 16:10:11 -07:00
committed by GitHub
parent 05ee42ee3c
commit aaa8886328
+1 -1
View File
@@ -169,7 +169,7 @@ echo
if $persistent; then if $persistent; then
echo '***Setting up persistent SSH configuration between all nodes' echo '***Setting up persistent SSH configuration between all nodes'
persistentSetup persistentSetup
echo $'\n*** Sucessfully set up ssh throughout the cluster!' echo $'\n*** Successfully set up ssh throughout the cluster!'
else else
echo '*** Setting up temporary SSH configuration between all nodes' echo '*** Setting up temporary SSH configuration between all nodes'