diff --git a/builders/container-apps-internal-registry-demo/startup-script.sh b/builders/container-apps-internal-registry-demo/startup-script.sh index ce01d84a98..990c65b818 100644 --- a/builders/container-apps-internal-registry-demo/startup-script.sh +++ b/builders/container-apps-internal-registry-demo/startup-script.sh @@ -42,8 +42,6 @@ do if [[ -f "$temp_app_header_path" ]]; then content_type=$(grep -i Content-Type "$temp_app_header_path" | cut -d ' ' -f2) - else - echo ""$temp_app_header_path" not found" fi done