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