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
145 B
Bash
Raw Normal View History

2020-04-29 16:09:58 +00:00
echo 'substituting index.html'
cat /www/data/index.html
2020-04-29 13:39:24 +00:00
envsubst < /www/data/index.html > /www/data/index.html
2020-04-29 16:09:58 +00:00
cat /www/data/index.html
2020-04-29 13:32:11 +00:00
sh run.sh