summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup-lbu.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-lbu.in b/setup-lbu.in
index e13bd02..54b6a32 100644
--- a/setup-lbu.in
+++ b/setup-lbu.in
@@ -132,8 +132,8 @@ if [ -z "$suggestion" ] && [ -n "$usbmnt" ]; then
fi
while [ -z "$media" ]; do
- echo -n "Enter where to store configs ($alternatives or 'none') [$suggestion]: "
- default_read media $suggestion
+ ask "Enter where to store configs ($alternatives or 'none')" "$suggestion"
+ media="$resp"
if [ "$media" = "none" ] || [ -d "/media/$media" ]; then
break
fi