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

@@ -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