diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/shutdown/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shutdown/node.def b/templates/shutdown/node.def index 388dd33..4185f40 100644 --- a/templates/shutdown/node.def +++ b/templates/shutdown/node.def @@ -1,3 +1,3 @@ help: Shutdown the system -run: ${vyatta_bindir}/yesno "Proceed with shutdown? [confirm] " \ +run: ${vyatta_bindir}/yesno -y "Proceed with shutdown? [confirm]" \ && sudo /sbin/shutdown -h now |