Update nodemgmt-scripts.sh
This commit is contained in:
@@ -39,7 +39,7 @@ STATUS() {
|
|||||||
else NCMD="ssh root@${nip}"; LH=''
|
else NCMD="ssh root@${nip}"; LH=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DIVIDER()
|
DIVIDER
|
||||||
echo -e "Node hostname: ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${LH}${idsCL[Default]}"
|
echo -e "Node hostname: ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${LH}${idsCL[Default]}"
|
||||||
for srvc in "${NODE_SERVICES[@]}"
|
for srvc in "${NODE_SERVICES[@]}"
|
||||||
do
|
do
|
||||||
@@ -53,7 +53,7 @@ STATUS() {
|
|||||||
nid=`expr $nid + 1`
|
nid=`expr $nid + 1`
|
||||||
done
|
done
|
||||||
|
|
||||||
DIVIDER()
|
DIVIDER
|
||||||
echo ""
|
echo ""
|
||||||
if [ -z $action ] && "${action}" = "gui" ]; then
|
if [ -z $action ] && "${action}" = "gui" ]; then
|
||||||
read -n 1 -s -p "Press any key to continue"
|
read -n 1 -s -p "Press any key to continue"
|
||||||
|
|||||||
Reference in New Issue
Block a user