remove nl

This commit is contained in:
Heavybullets8 2022-08-10 17:11:01 -06:00
parent 1949c2100c
commit bff29b1637

View File

@ -58,7 +58,7 @@ else
if [[ $selection == 0 ]]; then
echo "Exiting.."
exit
elif ! echo -e "$cont_search}" | nl -s ") " | 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