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"