4 lines
41 B
Bash
4 lines
41 B
Bash
#!/bin/sh
|
|
chmod -R 700 /certs
|
|
exec nginx
|
#!/bin/sh
|
|
chmod -R 700 /certs
|
|
exec nginx
|