self-hosted/nginx/entrypoint.sh

5 lines
139 B
Bash
Raw Permalink Normal View History

2022-02-04 05:53:18 +01:00
#!/bin/bash
mediaowner=$(ls -ld /html | awk '{print $3}')
echo "Current /html owner is $mediaowner"
2022-02-21 07:15:24 +01:00
/opt/nginx/sbin/nginx -g "daemon off;"