From 6a7496e8a40eed00f9a66448b98f252a8ba4a553 Mon Sep 17 00:00:00 2001 From: Jason Kridner <github@hangerhead.com> Date: Tue, 21 Jun 2016 13:38:05 -0400 Subject: [PATCH] Update bb.org_4gb_stable.sh --- publish/bb.org_4gb_stable.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/publish/bb.org_4gb_stable.sh b/publish/bb.org_4gb_stable.sh index d4f7d79ad..bf9443a2c 100755 --- a/publish/bb.org_4gb_stable.sh +++ b/publish/bb.org_4gb_stable.sh @@ -48,7 +48,11 @@ build_and_upload_image () { #cleanup: cd ../../ sudo rm -rf ./deploy/ || true + else + echo "***ERROR***: Could not find ${target_name}-${image_name}-${size}.img" fi + else + echo "***ERROR***: Could not find ./deploy/${image_name}" fi } -- GitLab