Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 16, 2024
1 parent cf00328 commit 80e8a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/01_download_data.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ container_commands:

03_extract_seqrepo:
test: test -f "/usr/local/share/seqrepo.tar.gz"
command: "mkdir -p /usr/local/share/2024-02-20 && tar -xzvf /usr/local/share/seqrepo.tar.gz -C /usr/local/share/2024-02-20"
command: "mkdir -p /usr/local/share/seqrepo/2024-02-20 && tar -xzvf /usr/local/share/seqrepo.tar.gz -C /usr/local/share/seqrepo/2024-02-20"

04_seqrepo_zip_permission:
test: test -f "/usr/local/share/seqrepo.tar.gz"
Expand Down

0 comments on commit 80e8a05

Please sign in to comment.