changed path to image-builder.sh

This commit is contained in:
2025-09-27 17:21:04 +02:00
parent e2656affd4
commit ee94201349

View File

@@ -107,7 +107,7 @@ else
fi
# Am Ende image-builder.sh starten (das Script soll Docker/Buildx selbst behandeln)
if [ ! -x ./image-builder.sh ]; then
if [ ! -x ./scripts/image-builder.sh ]; then
echo "Warnung: ./image-builder.sh nicht gefunden oder nicht ausführbar. Stelle sicher, dass image-builder.sh vorhanden ist und ausführbar ist."
fi