mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: remove Post-ERG branding → XAMXAM; drop legacy posterg nginx symlink in deploy script; rename posterg.db → xamxam.db
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# One-time server setup for Post-ERG
|
||||
# One-time server setup for XAMXAM
|
||||
# Run this before the first deploy (or after a permission reset).
|
||||
#
|
||||
# Usage: just setup-server
|
||||
@@ -30,8 +30,8 @@ APP_GROUP="xamxam"
|
||||
WEB_USER="www-data"
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
printf "🔧 Post-ERG Server Setup\n"
|
||||
printf "========================\n\n"
|
||||
printf "🔧 XAMXAM Server Setup\n"
|
||||
printf "====================\n\n"
|
||||
|
||||
# ── 1. Create xamxam group ───────────────────────────────────────────────────
|
||||
if ! getent group "$APP_GROUP" >/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user