Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed Dec 17, 2021
1 parent 0f7e190 commit e6ba14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ main()
echo

print_output "[*] EMBA sets up the docker environment.\\n" "no_log"
# EMBA="$INVOCATION_PATH" FIRMWARE="$FIRMWARE_PATH" LOG="$LOG_DIR" docker pull embeddedanalyzer/emba
EMBA="$INVOCATION_PATH" FIRMWARE="$FIRMWARE_PATH" LOG="$LOG_DIR" docker pull embeddedanalyzer/emba

if ! docker images | grep -qE "emba[[:space:]]*latest"; then
print_output "[-] EMBA docker build failed!" "no_log"
Expand Down

0 comments on commit e6ba14c

Please sign in to comment.