From a4a6fe4c9b3a3fe8a0fe88cf599bfa3738b7362c Mon Sep 17 00:00:00 2001 From: tonym Date: Mon, 15 Jun 2026 22:22:32 -0500 Subject: [PATCH] updater: mark /appdata as safe.directory before git ops Co-Authored-By: Claude Opus 4.8 (1M context) --- updater/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/updater/update.sh b/updater/update.sh index 7918a71..64000d6 100755 --- a/updater/update.sh +++ b/updater/update.sh @@ -10,6 +10,7 @@ set -e nohup sh -c ' cd /appdata echo "=== update $(date) ===" + git config --global --add safe.directory /appdata git fetch origin master git reset --hard origin/master COMPOSE_PROJECT_NAME=moonbase docker compose up -d --build app