fix: correct indentation in spawner-api error handling

- Fixed indentation mismatch in error handling block
- Consistent with other build error blocks
This commit is contained in:
XPS\Micro 2026-01-31 12:49:31 +01:00
parent 29145dde84
commit 676fcea493

View File

@ -454,7 +454,7 @@ else
echo " Letzte 50 Zeilen:" echo " Letzte 50 Zeilen:"
tail -50 "${BUILD_LOG}" tail -50 "${BUILD_LOG}"
exit 1 exit 1
fi fi
# Frontend Image bauen # Frontend Image bauen
if [ -d "${INSTALL_DIR}/frontend" ]; then if [ -d "${INSTALL_DIR}/frontend" ]; then