aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:16:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-03 23:16:36 +0300
commit923e2fce6df64b6fd2e203027f2cf216108cb24d (patch)
tree53ea20b4889b34fb5fe5d3ada79137a7e2f3918a /index.html
parentadd server.py (diff)
downloadlinux-status-923e2fce6df64b6fd2e203027f2cf216108cb24d.tar.gz
linux-status-923e2fce6df64b6fd2e203027f2cf216108cb24d.zip
merge {reboot,poweroff}.sh into get.py
Diffstat (limited to '')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 35d118e..7c8f487 100644
--- a/index.html
+++ b/index.html
@@ -59,11 +59,11 @@ h1, .h1 {
<script src="js/bootstrap.bundle.min.js"></script>
<script>
function reboot() {
- $.get('cgi-bin/reboot.sh');
+ $.get('reboot');
}
function shutdown() {
- $.get('cgi-bin/poweroff.sh');
+ $.get('poweroff');
}
function set_hostname(data) {