Spaces:
Sleeping
Sleeping
File size: 183 Bytes
052eea3 | 1 2 3 4 5 6 | #!/bin/sh
if [ -n "$HF_TOKEN" ]; then
sed -i "s|</head>|<script>window.__HF_TOKEN__ = '$HF_TOKEN';</script></head>|" /usr/share/nginx/html/index.html
fi
exec nginx -g "daemon off;"
|