#!/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
