Update nodemgmt-scripts.sh
This commit is contained in:
@@ -663,19 +663,19 @@ 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]}"
|
||||||
|
|
||||||
function nicetry {
|
|
||||||
echo -e " LOL nice try... you can't stop this shit! DESTROY DESTROY DESTROY"
|
|
||||||
echo -en "Continue formatting local volumes faster."
|
|
||||||
for i in {1..5000}; do
|
|
||||||
sleep 1s
|
|
||||||
echo -en "."
|
|
||||||
done
|
|
||||||
echo -e "\n\nAwww, were you expecting some big ending :*("
|
|
||||||
}
|
|
||||||
trap nicetry EXIT
|
|
||||||
echo -en "\nWanna see something great for being so awesome? (y/N) "
|
echo -en "\nWanna see something great for being so awesome? (y/N) "
|
||||||
read -n1 great
|
read -n1 great
|
||||||
if [ "${great^^}" == "Y" ]; then
|
if [ "${great^^}" == "Y" ]; then
|
||||||
|
function nicetry {
|
||||||
|
echo -e " LOL nice try... you can't stop this shit! DESTROY DESTROY DESTROY"
|
||||||
|
echo -en "Continue formatting local volumes faster."
|
||||||
|
for i in {1..5000}; do
|
||||||
|
sleep 1s
|
||||||
|
echo -en "."
|
||||||
|
done
|
||||||
|
echo -e "\n\nAwww, were you expecting some big ending :*("
|
||||||
|
}
|
||||||
|
trap nicetry EXIT
|
||||||
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 " ."
|
||||||
|
|||||||
Reference in New Issue
Block a user