File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,13 +111,14 @@ if [ "$installtype" == "q" -o "$installtype" == "Q" ] ; then
111111elif [ " $installtype " == " m" -o " $installtype " == " M" ] ; then
112112
113113 echo " Installing the Management Server..." >&2
114- doinstall cloud-client cloud-premium
114+ doinstall cloud-client
115115 true
116116
117117elif [ " $installtype " == " a" -o " $installtype " == " A" ] ; then
118118
119119 echo " Installing the Agent..." >&2
120- if doinstall cloud-agent cloud-premium ; then
120+ if doinstall cloud-agent; then
121+
121122 echo " Agent installation is completed, please add the host from management server" >&2
122123 else
123124 true
@@ -130,7 +131,7 @@ elif [ "$installtype" == "b" -o "$installtype" == "B" ] ; then
130131elif [ " $installtype " == " s" -o " $installtype " == " S" ] ; then
131132
132133 echo " Installing the Usage Server..." >&2
133- doinstall cloud-usage cloud-premium
134+ doinstall cloud-usage
134135 true
135136
136137elif [ " $installtype " == " d" -o " $installtype " == " D" ] ; then
You can’t perform that action at this time.
0 commit comments