reconcile changes, they're all good apparently?

This commit is contained in:
2025-09-17 18:43:42 -06:00
parent 6639a1970f
commit 5d06604092
2 changed files with 369 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ echo Running PowerShell update script...
powershell -NoProfile -ExecutionPolicy Bypass -File "%ps1%"
set "rc=%errorlevel%"
echo PowerShell exited with RC=%rc%
echo @"_CURRENT\_UpdateSequences.log"
echo Done.
pause >nul
exit /b %rc%