Skip to content

Commit

Permalink
Prettify echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramkhatri authored Sep 10, 2020
1 parent c5c9706 commit 777ac8c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions db2pc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,18 @@ else
fi


echo "To configure the tool $TOOL, run"
echo "$TOOL init -- To create the initial yaml file to provide the cluster information"
echo "$TOOL generate all -- To generate all scripts - if you want to see them."
echo "$TOOL install all -- To deploy all components"
echo "To use tool $TOOL, run"
echo "$TOOL init -- To create the initial yaml file that you can modify with your cluster information"
echo "$TOOL generate all -- To generate all scripts [Optional]"
echo "$TOOL install all -- To deploy all components"
echo
echo "$TOOL install linbit -- To deploy linbit storage"
echo "$TOOL install pacemaker -- To deploy pacemaker"
echo "$TOOL install db2 -- To deploy db2"
echo
echo "$TOOL cleanup linbit -- To cleanup linbit storage"
echo "$TOOL cleanup pacemaker -- To cleanup pacemaker"
echo "$TOOL cleanup db2 -- To cleanup db2"



0 comments on commit 777ac8c

Please sign in to comment.