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:
parent
29145dde84
commit
676fcea493
14
install.sh
14
install.sh
|
|
@ -448,13 +448,13 @@ if [ $BUILD_EXIT -eq 0 ] && docker image inspect spawner:latest >/dev/null 2>&1;
|
||||||
echo ""
|
echo ""
|
||||||
echo -e " spawner-api: ${GREEN}OK${NC}"
|
echo -e " spawner-api: ${GREEN}OK${NC}"
|
||||||
else
|
else
|
||||||
echo ""
|
echo ""
|
||||||
echo -e " spawner-api: ${RED}FEHLER${NC}"
|
echo -e " spawner-api: ${RED}FEHLER${NC}"
|
||||||
echo " Siehe Build-Log: ${LOG_FILE}"
|
echo " Siehe Build-Log: ${LOG_FILE}"
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user