Browse Source

functions

main
pvincent 2 weeks ago
parent
commit
261444bf31
  1. 2
      lib/functions.bash

2
lib/functions.bash

@ -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 ;;

Loading…
Cancel
Save