Update nodemgmt-scripts.sh
This commit is contained in:
@@ -271,6 +271,8 @@ STATUS(){
|
|||||||
if [ "${ST_ACTION}" != "check" ]; then
|
if [ "${ST_ACTION}" != "check" ]; then
|
||||||
echo -e "${idsCL[Green]}Running - Fixed${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Running - Fixed${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
|
rm -f ${FOLDER}/${nip}-${docker}.down
|
||||||
|
rm -f ${FOLDER}/${nip}-${docker}.errtime
|
||||||
else
|
else
|
||||||
if [ "${ST_ACTION}" != "check" ]; then
|
if [ "${ST_ACTION}" != "check" ]; then
|
||||||
echo -e "${idsCL[Red]}Not Running - Could Not Fix!${idsCL[Default]}"
|
echo -e "${idsCL[Red]}Not Running - Could Not Fix!${idsCL[Default]}"
|
||||||
@@ -298,6 +300,8 @@ STATUS(){
|
|||||||
if [ "${ST_ACTION}" != "check" ]; then
|
if [ "${ST_ACTION}" != "check" ]; then
|
||||||
echo -e "${idsCL[Green]}Running${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Running${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
|
rm -f ${FOLDER}/${nip}-${docker}.down
|
||||||
|
rm -f ${FOLDER}/${nip}-${docker}.errtime
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user