From 47bd888ccda7f68a25b2c5ab6aaa5edfd66d1dd5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 31 Mar 2022 00:39:48 +0100 Subject: posix read --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index c7a3674..c2b2ea9 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -121,7 +121,7 @@ for step in $steps; do hbar -t -T "$(echo $step | sed "s/_/ /g")" $i $len $step echo "Press [return] to continue" - read + read response done echo "Installation finished!" -- cgit v1.2.1