General: Cleanup build scripts

This commit is contained in:
2024-08-22 14:23:16 +03:00
parent fb35f06cf5
commit e59772a58d
4 changed files with 28 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ if [ -z $BANAN_BUILD_DIR ]; then
fi
if [ "$1" == "full" ] || [ ! -f $BANAN_DISK_IMAGE_PATH ]; then
$BANAN_SCRIPT_DIR/image-create.sh
$BANAN_SCRIPT_DIR/image-create.sh || exit 1
fi
set -u