This commit is contained in:
Chris Wanstrath 2026-03-05 07:58:02 -08:00
parent e119aed205
commit 08e1df544a

View File

@ -26,7 +26,9 @@ fail() { echo "ERROR: $1" >&2; exit 1; }
# ── Preflight ──────────────────────────────────────────── # ── Preflight ────────────────────────────────────────────
echo "" echo ""
echo " toes - personal web appliance" echo " ╔══════════════════════════════════╗"
echo " ║ 🐾 toes - personal web appliance ║"
echo " ╚══════════════════════════════════╝"
echo "" echo ""
[ "$(whoami)" = "toes" ] || fail "Must be run as the 'toes' user." [ "$(whoami)" = "toes" ] || fail "Must be run as the 'toes' user."