fun
This commit is contained in:
parent
e119aed205
commit
08e1df544a
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user