summaryrefslogtreecommitdiff
path: root/scripts/vyatta-reboot.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-reboot.pl')
-rwxr-xr-xscripts/vyatta-reboot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-reboot.pl b/scripts/vyatta-reboot.pl
index eaef885..f738986 100755
--- a/scripts/vyatta-reboot.pl
+++ b/scripts/vyatta-reboot.pl
@@ -116,7 +116,7 @@ if ($action eq "reboot") {
do_reboot($login);
} else {
if (defined($ENV{VYATTA_PROCESS_CLIENT} && $ENV{VYATTA_PROCESS_CLIENT} eq 'gui2_rest') ||
- prompt("Proceed with reboot? [confirm]", -y1d=>"y")) {
+ prompt("Proceed with reboot? (Yes/No) [No] ", -yn1d=>"n")) {
do_reboot($login);
} else {
print "Reboot canceled\n";