summaryrefslogtreecommitdiff
path: root/templates/shutdown/node.def
blob: 81cbc5f115519a629ca8cdd14347ff85e4c133f0 (plain)
1
2
3
4
5
6
7
8
9
help: Shutdown the system
run: if [ "$VYATTA_PROCESS_CLIENT" == "gui2_rest" ]
     then
        sudo /sbin/shutdown -h now
     else 
        ${vyatta_bindir}/yesno -y "Proceed with shutdown? [confirm]" \
        && sudo /sbin/shutdown -h now
     fi