blogker/aux/bootstrap.sh

14 lines
167 B
Bash
Raw Normal View History

2023-07-26 20:22:25 +00:00
#!/bin/sh
# stop on error
set -e
# start cron daemon (goes into background)
crond
# pull and build freshly
/aux/pull-n-build.sh
# run nginx
nginx -g "daemon off;"