5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
mountpoint /mnt/ssl.d &&
|
|
cp /mnt/ssl.d/*pem /etc/nginx/ssl.d/ || true
|