This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/letsencrypt-nginx/git.sh

5 lines
162 B
Bash

echo 'substituting index._html to index.html'
cat /www/data/index._html
envsubst < /www/data/index._html > /www/data/index.html
cat /www/data/index.html
sh run.sh