[ cgi]
[archserver.git] / cgi / system.cgi
blobbff6aead11b4f95580657b17b14ea1ae0e8bf1dd
1 #!/bin/sh
2 echo -e "Content-type: text/html\n\n"
4 this_page="system.shutdown"
5 source lib.sh
7 root=$(pwd)
9 h_header
11 echo "Shutting down ...<br>"
12 echo "sudo shutdown -h now"
13 h_footer