aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin/reboot.sh
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 /cgi-bin/reboot.sh
parentadd server.py (diff)
downloadlinux-status-923e2fce6df64b6fd2e203027f2cf216108cb24d.tar.gz
linux-status-923e2fce6df64b6fd2e203027f2cf216108cb24d.zip
merge {reboot,poweroff}.sh into get.py
Diffstat (limited to 'cgi-bin/reboot.sh')
-rwxr-xr-xcgi-bin/reboot.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/cgi-bin/reboot.sh b/cgi-bin/reboot.sh
deleted file mode 100755
index b8bb350..0000000
--- a/cgi-bin/reboot.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-
-set -o errexit -o nounset -o pipefail
-
-systemctl reboot