[NONE]
This commit is contained in:
parent
26eabcd9b0
commit
173a23deeb
|
@ -348,7 +348,7 @@ function set_ipAsFqdn() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function local_fqdn_check() {
|
function local_fqdn_check() {
|
||||||
#serverFqdn=$(hostname -f)
|
#serverFqdn=$(hostname)
|
||||||
echo
|
echo
|
||||||
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
||||||
echo
|
echo
|
||||||
|
@ -911,7 +911,7 @@ function install_TDengine() {
|
||||||
|
|
||||||
|
|
||||||
## ==============================Main program starts from here============================
|
## ==============================Main program starts from here============================
|
||||||
serverFqdn=$(hostname -f)
|
serverFqdn=$(hostname)
|
||||||
if [ "$verType" == "server" ]; then
|
if [ "$verType" == "server" ]; then
|
||||||
# Install server and client
|
# Install server and client
|
||||||
if [ -x ${bin_dir}/taosd ]; then
|
if [ -x ${bin_dir}/taosd ]; then
|
||||||
|
|
|
@ -345,7 +345,7 @@ function set_ipAsFqdn() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function local_fqdn_check() {
|
function local_fqdn_check() {
|
||||||
#serverFqdn=$(hostname -f)
|
#serverFqdn=$(hostname)
|
||||||
echo
|
echo
|
||||||
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
||||||
echo
|
echo
|
||||||
|
@ -881,7 +881,7 @@ function install_PowerDB() {
|
||||||
|
|
||||||
|
|
||||||
## ==============================Main program starts from here============================
|
## ==============================Main program starts from here============================
|
||||||
serverFqdn=$(hostname -f)
|
serverFqdn=$(hostname)
|
||||||
if [ "$verType" == "server" ]; then
|
if [ "$verType" == "server" ]; then
|
||||||
# Install server and client
|
# Install server and client
|
||||||
if [ -x ${bin_dir}/powerd ]; then
|
if [ -x ${bin_dir}/powerd ]; then
|
||||||
|
|
|
@ -228,7 +228,7 @@ function set_ipAsFqdn() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function local_fqdn_check() {
|
function local_fqdn_check() {
|
||||||
#serverFqdn=$(hostname -f)
|
#serverFqdn=$(hostname)
|
||||||
echo
|
echo
|
||||||
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
echo -e -n "System hostname is: ${GREEN}$serverFqdn${NC}"
|
||||||
echo
|
echo
|
||||||
|
@ -492,5 +492,5 @@ function install_TDengine() {
|
||||||
|
|
||||||
|
|
||||||
## ==============================Main program starts from here============================
|
## ==============================Main program starts from here============================
|
||||||
serverFqdn=$(hostname -f)
|
serverFqdn=$(hostname)
|
||||||
install_TDengine
|
install_TDengine
|
||||||
|
|
Loading…
Reference in New Issue