@@ -900,20 +900,22 @@ function updateProduct() {
900
900
echo
901
901
echo -e " ${GREEN_DARK} To configure ${productName2} ${NC} : edit ${cfg_install_dir} /${configFile2} "
902
902
[ -f ${configDir} /${clientName2} adapter.toml ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
903
- echo -e " ${GREEN_DARK} To configure ${clientName2} Adapter ${NC} : edit ${configDir} /${clientName2} adapter.toml"
903
+ echo -e " ${GREEN_DARK} To configure ${clientName2} Adapter ${NC} : edit ${configDir} /${clientName2} adapter.toml"
904
904
if (( ${service_mod} == 0 )) ; then
905
905
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${csudo} systemctl start ${serverName2}${NC} "
906
906
[ -f ${service_config_dir} /${clientName2} adapter.service ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
907
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} systemctl start ${clientName2} adapter ${NC} "
907
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} systemctl start ${clientName2} adapter ${NC} "
908
908
elif (( ${service_mod} == 1 )) ; then
909
909
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${csudo} service ${serverName2} start${NC} "
910
910
[ -f ${service_config_dir} /${clientName2} adapter.service ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
911
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} service ${clientName2} adapter start${NC} "
911
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} service ${clientName2} adapter start${NC} "
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
+
918
+ echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper &${NC} "
917
919
918
920
if [ ${openresty_work} = ' true' ]; then
919
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} "
@@ -927,6 +929,7 @@ function updateProduct() {
927
929
fi
928
930
echo
929
931
echo -e " \033[44;32;1m${productName2} is updated successfully!${NC} "
932
+ echo -e " \033[44;32;1mTo manage ${productName2} instance, view documentation and explorer features, you need to install ${clientName2} Explorer ${NC} "
930
933
else
931
934
install_bin
932
935
install_config
@@ -981,21 +984,23 @@ function installProduct() {
981
984
echo
982
985
echo -e " ${GREEN_DARK} To configure ${productName2} ${NC} : edit ${cfg_install_dir} /${configFile2} "
983
986
[ -f ${configDir} /${clientName2} adapter.toml ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
984
- echo -e " ${GREEN_DARK} To configure ${clientName2} Adapter ${NC} : edit ${configDir} /${clientName2} adapter.toml"
987
+ echo -e " ${GREEN_DARK} To configure ${clientName2} Adapter ${NC} : edit ${configDir} /${clientName2} adapter.toml"
985
988
if (( ${service_mod} == 0 )) ; then
986
989
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${csudo} systemctl start ${serverName2}${NC} "
987
990
[ -f ${service_config_dir} /${clientName2} adapter.service ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
988
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} systemctl start ${clientName2} adapter ${NC} "
991
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} systemctl start ${clientName2} adapter ${NC} "
989
992
elif (( ${service_mod} == 1 )) ; then
990
993
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${csudo} service ${serverName2} start${NC} "
991
994
[ -f ${service_config_dir} /${clientName2} adapter.service ] && [ -f ${installDir} /bin/${clientName2} adapter ] && \
992
- echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} service ${clientName2} adapter start${NC} "
995
+ echo -e " ${GREEN_DARK} To start ${clientName2} Adapter ${NC} : ${csudo} service ${clientName2} adapter start${NC} "
993
996
else
994
997
echo -e " ${GREEN_DARK} To start ${productName2} ${NC} : ${serverName2}${NC} "
995
998
[ -f ${installDir} /bin/${clientName2} adapter ] && \
996
- 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} "
997
1000
fi
998
1001
1002
+ echo -e " ${GREEN_DARK} To enable ${clientName2} keeper ${NC} : sudo systemctl enable ${clientName2} keeper &${NC} "
1003
+
999
1004
if [ ! -z " $firstEp " ]; then
1000
1005
tmpFqdn=${firstEp%%:* }
1001
1006
substr=" :"
@@ -1017,6 +1022,7 @@ function installProduct() {
1017
1022
fi
1018
1023
1019
1024
echo -e " \033[44;32;1m${productName2} is installed successfully!${NC} "
1025
+ echo -e " \033[44;32;1mTo manage ${productName2} instance, view documentation and explorer features, you need to install ${clientName2} Explorer ${NC} "
1020
1026
echo
1021
1027
else # Only install client
1022
1028
install_bin
0 commit comments