summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
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!"