sanity check

This commit is contained in:
Heavybullets8 2022-08-10 17:36:42 -06:00
parent a03eebb4be
commit 7b0cacbfeb

View File

@ -43,13 +43,13 @@ else
do
clear -x
title
cont_search=$(
for i in "${containers[@]}"
do
echo "$i"
done | nl -s ") " | column -t
)
echo "$cont_search"
echo
echo "0) Exit"
read -rt 120 -p "Choose a container by number: " selection || { echo -e "\nFailed to make a selection in time" ; exit; }