expand by row

This commit is contained in:
Heavybullets8 2022-08-10 17:04:46 -06:00
parent a9b4cd02ed
commit dc5fd00681

View File

@ -55,7 +55,7 @@ else
if [[ $selection == 0 ]]; then
echo "Exiting.."
exit
elif ! echo -e "${containers[*]}" | nl -s ") " | grep -qs ^"$selection)" ; then
elif ! echo -e "${containers[@]}" | nl -s ") " | grep -qs ^"$selection)" ; then
echo "Error: \"$selection\" was not an option.. Try again"
sleep 3
continue