functions

This commit is contained in:
pvincent
2026-08-21 00:10:22 +04:00
parent 08dc8e01d3
commit 261444bf31
+1 -1
View File
@@ -92,7 +92,7 @@ function fetch_distro_like {
function _confirm_destructive {
local message="${1:-This cannot be undone!}"
echo "⚠️ WARNING: $message"
echo "⚠️ WARNING: $message"
read -rp "Type YES to confirm: " response
case "$response" in
[yY][eE][sS] | [yY]) return 0 ;;