Skip to content

Commit

Permalink
fix certifixer in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Dec 9, 2024
1 parent e22ef10 commit 119218e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sda-download/dev_utils/compose-sda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
- -c
- |
cp /origcerts/* /certs
chown -R nobody.nobody /certs/*
chown -R nobody:nobody /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
4 changes: 2 additions & 2 deletions sda-download/dev_utils/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
- -c
- |
cp /origcerts/* /certs
chown -R nobody.nobody /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

0 comments on commit 119218e

Please sign in to comment.