Update nodemgmt-scripts.sh

This commit is contained in:
2023-10-09 16:25:28 -05:00
parent 8ec35de7f3
commit 53d17e7676

View File

@@ -885,7 +885,7 @@ GUI(){
;;
status)
if [ "${2}" == "freespace" ]; then
STATUS freespace
STATUS freespace ${3}
else
if [ -f "${NM_TMPFOLDER}/status-check.running" ] && [ $(expr `date +%s` - $(stat -c %Y ${NM_TMPFOLDER}/status-check.running)) -gt 1800 ]; then
# if [ -f "${NM_TMPFOLDER}/status-check.running" ]; then