mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
fix: make installation mode prompt wait for Enter key
- Changed mode selection to require Enter instead of single character - Makes behavior consistent with other prompts - Less jarring user experience
This commit is contained in:
+1
-2
@@ -167,8 +167,7 @@ create_lxc_container() {
|
||||
echo " 1) Quick (recommended)"
|
||||
echo " 2) Advanced"
|
||||
echo " 3) Cancel"
|
||||
safe_read "Select [1-3]: " mode -n 1 -r
|
||||
echo
|
||||
safe_read_with_default "Select [1-3]: " mode "1"
|
||||
else
|
||||
# No terminal access - truly non-interactive
|
||||
echo "Non-interactive mode detected. Using Quick installation."
|
||||
|
||||
Reference in New Issue
Block a user