diff --git a/.confirm_reboot b/.confirm_reboot index 77a0b44..848461b 100644 --- a/.confirm_reboot +++ b/.confirm_reboot @@ -1,7 +1,7 @@ ### to prevent accidental shudown, add confirm dialog to commands: confirm() { # call with a prompt string or use a default - read -r -p "${1:-Are you sure? [y/N]} " response + read -r -p "${1:-Server: $HOST - Are you sure? [y/N]} " response case "$response" in [yY][eE][sS]|[yY]) true