No more sleep 0

This commit is contained in:
clsty
2026-05-29 13:46:40 +08:00
parent f5b2b7548d
commit 3cb611c04e
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ elif [[ "$OS_GROUP_ID" =~ ^(arch|gentoo|fedora)$ ]]; then
printf "${STY_RED}Still proceed?${STY_RST}\n"
read -p "[y/N]: " p
case "$p" in
[yY])sleep 0;;
[yY])true;;
*)echo "Aborting...";exit 1;;
esac
fi