This commit is contained in:
Toni de la Fuente
2021-11-11 14:05:14 +01:00
parent 82b7eca80a
commit dd398a994b

View File

@@ -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"