Update nodemgmt-scripts.sh

This commit is contained in:
2023-09-19 22:03:20 -05:00
parent 2da7a0c306
commit 5dc6a945d5

View File

@@ -663,6 +663,9 @@ DOWNLIST(){
if [ "${DOWN_LIST}" == "" ]; then if [ "${DOWN_LIST}" == "" ]; then
echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}" echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}"
echo -en "\nWanna see something great for being so awesome? (y/N) "
read -n1 great
if [ "${great^^}" == "Y" ]; then
function nicetry { function nicetry {
echo -e " LOL nice try... you can't stop this shit! DESTROY DESTROY DESTROY" echo -e " LOL nice try... you can't stop this shit! DESTROY DESTROY DESTROY"
echo -en "Continue formatting local volumes faster." echo -en "Continue formatting local volumes faster."
@@ -673,9 +676,6 @@ DOWNLIST(){
echo -e "\n\nAwww, were you expecting some big ending :*(" echo -e "\n\nAwww, were you expecting some big ending :*("
} }
trap nicetry EXIT trap nicetry EXIT
echo -en "\nWanna see something great for being so awesome? (y/N) "
read -n1 great
if [ "${great^^}" == "Y" ]; then
echo -en "\n\nDiscovering local storage volumes ." echo -en "\n\nDiscovering local storage volumes ."
sleep 1s; echo -en " ." sleep 1s; echo -en " ."
sleep 2s; echo -en " ." sleep 2s; echo -en " ."