#!/bin/sh if [ -n "$HF_TOKEN" ]; then sed -i "s|||" /usr/share/nginx/html/index.html fi exec nginx -g "daemon off;"