remove } after var

This commit is contained in:
Heavybullets8 2022-09-15 10:21:53 -06:00
parent 71650cec24
commit b4e0551001

View File

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