Fix issue where tput cvvis was failing and causing script to fail

This commit is contained in:
Bruce Hill 2024-06-10 00:56:07 -04:00
parent 8458bf43fe
commit adb1578476

View File

@ -14,6 +14,7 @@ if [ "$1" = '-1' ]; then
fi
stty icanon echo >/dev/tty 2>/dev/tty
tput cvvis >/dev/tty
true
else
# Get a line of input
if command -v ask >/dev/null; then