From ed0f01b617a8f8f2273dda9a401e28ce76e8958d Mon Sep 17 00:00:00 2001 From: "C.J" <31103058+zfLQ2qx2@users.noreply.github.com> Date: Thu, 14 Jan 2021 04:01:40 -0500 Subject: [PATCH] Clear AWS_DEFAULT_OUTPUT on start --- prowler | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prowler b/prowler index 8cd98722..8d68e8c6 100755 --- a/prowler +++ b/prowler @@ -216,6 +216,9 @@ trap clean_up EXIT # Clean up and exit if Ctrl-C occurs. Required to allow Ctrl-C to stop Prowler when running in Docker trap handle_ctrl_c INT +# Environment variable takes precedence over command line +unset AWS_DEFAULT_OUTPUT + . $PROWLER_DIR/include/colors . $PROWLER_DIR/include/os_detector . $PROWLER_DIR/include/aws_profile_loader