Brain sync: 2026-04-11 18:09:39

This commit is contained in:
2026-04-11 18:09:39 -04:00
parent eacccd5bb9
commit 10da65cd1b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,2 +1,6 @@
[2026-04-11 18:09:28] Starting Brain sync...
[2026-04-11 18:09:28] Added 'brain' remote
[2026-04-11 18:09:28] Committed changes
fatal: unable to access 'https://168.231.66.248:32771/ParzivalTD/Brain.git/': GnuTLS, handshake failed: An unexpected TLS packet was received.
[2026-04-11 18:09:28] ⚠️ Brain sync push failed (may retry on next sync)
[2026-04-11 18:09:39] Starting Brain sync...

View File

@@ -20,7 +20,7 @@ mkdir -p "$(dirname "$LOG_FILE")"
# Check if remote exists, if not add it
if ! git remote get-url brain >/dev/null 2>&1; then
git remote add brain https://thelegion%40stacklegion.dev:RubiKa1IsHomeNoMore@168.231.66.248:32771/ParzivalTD/Brain.git
git remote add brain http://thelegion%40stacklegion.dev:RubiKa1IsHomeNoMore@168.231.66.248:32771/ParzivalTD/Brain.git
echo "[$TIMESTAMP] Added 'brain' remote"
fi