blogker/aux/bootstrap.sh
2023-07-26 22:22:25 +02:00

14 lines
167 B
Bash
Executable File

#!/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;"