mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-13 01:59:32 -04:00
improve reboot script confirmation message
This commit is contained in:
parent
8d59d143c1
commit
97b57a9418
1 changed files with 1 additions and 1 deletions
2
reboot
2
reboot
|
@ -5,7 +5,7 @@ set -o errexit -o nounset -o pipefail
|
|||
[[ $# -eq 2 ]] || exit 1
|
||||
|
||||
input=
|
||||
read -p "Reboot $1 servers? " input
|
||||
read -p "Reboot $1 servers with $2 second delay? " input
|
||||
if [[ $input != yes ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue