From b9c50ce52e45ab86aafb75c816c5200fef7035ae Mon Sep 17 00:00:00 2001 From: jiri Date: Mon, 15 Jun 2026 07:21:53 +0000 Subject: [PATCH] Update scripts/restore-appfactory.sh --- scripts/restore-appfactory.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/restore-appfactory.sh b/scripts/restore-appfactory.sh index abeb360..9b719c7 100755 --- a/scripts/restore-appfactory.sh +++ b/scripts/restore-appfactory.sh @@ -492,4 +492,9 @@ log "Running final preflight" rm -rf "$PRESERVE_ROOT" echo -echo "APPFACTORY RESTORE: READY" \ No newline at end of file +echo "RUNNING fix-gitea-remotes" +/opt/appfactory/workspace/appfactory-tools/scripts/fix-gitea-remotes.sh +echo "DONE" + +echo +echo "APPFACTORY RESTORE: READY"