Update nodemgmt-scripts.sh
This commit is contained in:
@@ -795,10 +795,6 @@ GUI(){
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -f "${NM_FOLDER}/status-check.running" ]; then
|
||||
cbd=`date +%s`-$(stat -c %Y ${NM_FOLDER}/status-check.running)
|
||||
[ ${cbd} -gt 900 ] && rm -f "${NM_FOLDER}/status-check.running"
|
||||
fi
|
||||
if [ ! -f "${NM_FOLDER}/status-check.running" ]; then
|
||||
touch "${NM_FOLDER}/status-check.running"
|
||||
if [ "${2}" == "report" ]; then
|
||||
|
||||
Reference in New Issue
Block a user