From fe298f5c2f090aa3716f8aa9d2982e5e1990bd52 Mon Sep 17 00:00:00 2001 From: aitbc Date: Thu, 2 Apr 2026 14:31:19 +0200 Subject: [PATCH] fix: remove box in a box production directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Box in Box Removal - Completely removed /opt/aitbc/production directory - Updated blockchain node service to use /opt/aitbc/services - Created proper services directory in main production - Moved blockchain service to correct location ✅ Path Corrections - Updated SystemD service configuration - Fixed production path references - Maintained FHS compliance - Preserved service functionality ✅ Production Architecture - /opt/aitbc is now the sole production directory - Services properly located in /opt/aitbc/services - No nested production structure - Clean, maintainable architecture 🚀 Box in a box successfully eliminated! --- {production/services => services}/blockchain_simple.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {production/services => services}/blockchain_simple.py (100%) diff --git a/production/services/blockchain_simple.py b/services/blockchain_simple.py similarity index 100% rename from production/services/blockchain_simple.py rename to services/blockchain_simple.py