Skip to content

Commit dbc48f5

Browse files
committed
remove extra character
1 parent c81382d commit dbc48f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/tools/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,10 +912,10 @@ function updateProduct() {
912912
else
913913
echo -e "${GREEN_DARK}To start ${productName2} ${NC}: ./${serverName2}${NC}"
914914
[ -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}"
916916
fi
917917

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}"
919919

920920
if [ ${openresty_work} = 'true' ]; then
921921
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() {
996996
else
997997
echo -e "${GREEN_DARK}To start ${productName2} ${NC}: ${serverName2}${NC}"
998998
[ -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}"
10001000
fi
10011001

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}"
10031003

10041004
if [ ! -z "$firstEp" ]; then
10051005
tmpFqdn=${firstEp%%:*}

0 commit comments

Comments
 (0)