opencode-dashboard / start.sh
OcDash Deploy
fix: restore start.sh
45f0922
Raw
History Blame Contribute Delete
183 Bytes
#!/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;"