Skip to content

Commit

Permalink
fix(nuvlaedge-update): do not pass NUVLAEDGE_API_KEY&SECRET script's …
Browse files Browse the repository at this point in the history
…env var to docker compose up command
  • Loading branch information
schaubl authored Jun 13, 2024
1 parent a82acb8 commit dcf12e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuvlaedge-installer/commands/nuvlaedge-update
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ cd ${working_dir}

nuvlaedge-printer "Executing update command: ${docker_compose_command}" ${quiet} "INFO" "no"

docker_compose_command="env -u NUVLAEDGE_API_KEY -u NUVLAEDGE_API_SECRET ${docker_compose_command}"

if [[ ${quiet} -eq 1 ]]
then
out=$($docker_compose_command 2>&1)
Expand Down

0 comments on commit dcf12e4

Please sign in to comment.