Skip to content

Commit

Permalink
fix integration test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Dec 8, 2024
1 parent 95c5ebc commit dccba42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sda-download/dev_utils/compose-sda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ services:
- |
cp /origcerts/* /certs
chown -R nobody:nobody /certs/*
chmod -R 644 /certs/*
chmod -R og-rw /certs/*-key.pem
chown -R 70.70 /certs/db*
chown -R 70:70 /certs/db*
ls -la /certs/
container_name: certfixer
Expand Down
2 changes: 1 addition & 1 deletion sda-download/dev_utils/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
chown -R nobody:nobody /certs/*
chmod -R 644 /certs/*
chmod -R og-rw /certs/*-key.pem
chown -R 70.70 /certs/db*
chown -R 70:70 /certs/db*
ls -la /certs/
container_name: certfixer
Expand Down

0 comments on commit dccba42

Please sign in to comment.