From e6e86b42586b37d12e03611856652e36c873071f Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Tue, 18 Nov 2025 22:52:02 +0800 Subject: [PATCH] Update uninstall --- sdata/subcmd-uninstall/0.run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/subcmd-uninstall/0.run.sh b/sdata/subcmd-uninstall/0.run.sh index a407a702e..380da51a7 100644 --- a/sdata/subcmd-uninstall/0.run.sh +++ b/sdata/subcmd-uninstall/0.run.sh @@ -72,7 +72,7 @@ function deletion_prompt(){ while true; do printf "Every target which path as a line inside the list \"$listfile\" will be deleted permanently.\n" printf "Please choose:\nv=View the list\ne=Edit the list\nq=Quit\ny=Perform deletion now\n" - read -n1 -p "> " choice + read -n1 -p "> " choice < /dev/tty echo case "$choice" in q|Q)