added presets
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# bt-reboot - emergency full system reboot.
|
||||
# Invoked through sudo by the web configurator.
|
||||
set -euo pipefail
|
||||
|
||||
sync
|
||||
sleep 2
|
||||
systemctl reboot
|
||||
Reference in New Issue
Block a user