From e83af5a80101c16eb9c809655a2ed955c32c3461 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Sun, 5 Dec 2021 09:49:48 +0100 Subject: [PATCH] Update '.confirm_reboot' --- .confirm_reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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