This commit is contained in:
2019-02-07 10:12:41 -06:00
parent bdd128af68
commit 6918d1d6fe
2 changed files with 6 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ STATUS() {
if [[ $(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) != *"${nip}"* ]]; then
echo -e "Node hostname: ${idsST[Bold]}${idsCL[LightCyan]}iDS-Node${nid} (${nip})${idsST[Reset]}${idsCL[Default]}"
DIVIDER false green
for rcheck in "${!REPL_CHECKS[@]}"
for rcheck in "${REPL_CHECK[@]}"
do
rm -f ${FOLDER}/test.repl
daterun=`date +%Y-%m-%d-%H-%M`