Skip to content

Commit

Permalink
Merge pull request #531 from m-1-k-3/input_validation1
Browse files Browse the repository at this point in the history
PATH variable bug
  • Loading branch information
m-1-k-3 committed Mar 14, 2023
2 parents 9cced59 + e85d1f5 commit 3be4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emba
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ main() {
if [[ "${ONLY_DEP}" -eq 0 ]] ; then
print_output "[*] EMBA finished analysis in docker container.\\n" "no_log"
write_notification "EMBA finished analysis in default mode"
print_output "[*] Firmware tested: ${ORANGE}${FIRMWARE}_PATH${NC}" "no_log"
print_output "[*] Firmware tested: ${ORANGE}${FIRMWARE_PATH}${NC}" "no_log"
print_output "[*] Log directory: ${ORANGE}${LOG_DIR}${NC}" "no_log"
if [[ -v HTML_PATH ]] && [[ -f "${HTML_PATH}"/index.html ]]; then
print_output "[*] Open the web-report with${ORANGE} firefox $(abs_path "${HTML_PATH}/index.html")${NC}\\n" "main"
Expand Down

0 comments on commit 3be4dd1

Please sign in to comment.