sanity check
This commit is contained in:
parent
a03eebb4be
commit
7b0cacbfeb
@ -43,13 +43,13 @@ else
|
|||||||
do
|
do
|
||||||
clear -x
|
clear -x
|
||||||
title
|
title
|
||||||
cont_search=$(
|
|
||||||
for i in "${containers[@]}"
|
for i in "${containers[@]}"
|
||||||
do
|
do
|
||||||
echo "$i"
|
echo "$i"
|
||||||
done | nl -s ") " | column -t
|
done | nl -s ") " | column -t
|
||||||
)
|
|
||||||
echo "$cont_search"
|
|
||||||
echo
|
echo
|
||||||
echo "0) Exit"
|
echo "0) Exit"
|
||||||
read -rt 120 -p "Choose a container by number: " selection || { echo -e "\nFailed to make a selection in time" ; exit; }
|
read -rt 120 -p "Choose a container by number: " selection || { echo -e "\nFailed to make a selection in time" ; exit; }
|
||||||
|
Loading…
Reference in New Issue
Block a user