Skip to content

Commit

Permalink
Fix issue #904
Browse files Browse the repository at this point in the history
  • Loading branch information
toniblyx committed Nov 11, 2021
1 parent 82b7eca commit dd398a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/outputs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if [[ $OUTPUT_DIR_CUSTOM ]]; then
fi
if [ -z ${OUTPUT_FILE_NAME+x} ]; then
OUTPUT_FILE_NAME="${OUTPUT_DIR}/prowler-output-${ACCOUNT_NUM}-${OUTPUT_DATE}"
else
OUTPUT_FILE_NAME="${OUTPUT_DIR}/$OUTPUT_FILE_NAME"
fi
HTML_LOGO_URL="https://github.com/toniblyx/prowler/"
HTML_LOGO_IMG="https://github.com/toniblyx/prowler/raw/2.4/util/html/prowler-logo-new.png"
Expand Down

0 comments on commit dd398a9

Please sign in to comment.