mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-03 02:43:50 +00:00
feat: upgrade
This commit is contained in:
@@ -75,13 +75,6 @@ for db in "${dbs[@]}"; do
|
||||
echo "[manual] ✅ ${db}"
|
||||
done
|
||||
|
||||
ledger_src="/modules-meta/module-sql-ledger.txt"
|
||||
if [ -f "${ledger_src}" ]; then
|
||||
cp "${ledger_src}" "${TARGET_DIR}/module-sql-ledger.txt"
|
||||
else
|
||||
echo "[manual] ℹ️ Module SQL ledger not found; snapshot not included"
|
||||
fi
|
||||
|
||||
size="$(du -sh "${TARGET_DIR}" | cut -f1)"
|
||||
cat > "${TARGET_DIR}/manifest.json" <<EOF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user