From cca1cd2c5d3ee74965904fb705f5b8deae1dbcad Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 20:13:36 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b3ebeea8..618554fb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -43,6 +43,9 @@ STATUS() { yes | ${NHCMD} "cp -rfH ${FOLDER}/test.repl ${REPL_CHECKS[${rcheck}]}/test.repl" fi done + if [ "${1}" = "repl" ]; then + sleep 5 + fi fi if [ "${1}" = "" ] || [ "${1}" = "report" ] || [ "${1}" = "services" ]; then