File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -912,10 +912,10 @@ function updateProduct() {
912
912
else
913
913
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ./${serverName2}${NC} "
914
914
[ -f ${installDir} /bin/${clientName2} adapter ] && \
915
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${clientName2} adapter & ${NC} "
915
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${clientName2} adapter ${NC} "
916
916
fi
917
917
918
- echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper & ${NC} "
918
+ echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper ${NC} "
919
919
920
920
if [ ${openresty_work} = ' true' ]; then
921
921
echo -e " ${GREEN_DARK} To access ${productName2} ${NC} : use ${GREEN_UNDERLINE}${clientName2} -h $serverFqdn ${NC} in shell OR from ${GREEN_UNDERLINE} http://127.0.0.1:${web_port}${NC} "
@@ -996,10 +996,10 @@ function installProduct() {
996
996
else
997
997
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${serverName2}${NC} "
998
998
[ -f ${installDir} /bin/${clientName2} adapter ] && \
999
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${clientName2} adapter & ${NC} "
999
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${clientName2} adapter ${NC} "
1000
1000
fi
1001
1001
1002
- echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper & ${NC} "
1002
+ echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper ${NC} "
1003
1003
1004
1004
if [ ! -z " $firstEp " ]; then
1005
1005
tmpFqdn=${firstEp%%:* }
You can’t perform that action at this time.
0 commit comments