Update nodemgmt-scripts.sh
This commit is contained in:
@@ -879,7 +879,7 @@ GUI(){
|
|||||||
if [ "${2}" == "freespace" ]; then
|
if [ "${2}" == "freespace" ]; then
|
||||||
STATUS freespace ${3}
|
STATUS freespace ${3}
|
||||||
else
|
else
|
||||||
STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null))
|
STATUSRUNS=($(find "${NM_TMPFOLDER}/"* -maxdepth 1 -type d -iname "status-*" 2>/dev/null))
|
||||||
echo "HERE: ${STATUSRUNS}"
|
echo "HERE: ${STATUSRUNS}"
|
||||||
if [ ${STATUSRUNS} -le 3 ]; then
|
if [ ${STATUSRUNS} -le 3 ]; then
|
||||||
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
|
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
|
||||||
|
|||||||
Reference in New Issue
Block a user