Cleaner boot script.

With `set -e` we don't need to use && to control sequencing.
parent 43f23a11
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
HERE=$(dirname "$0") HERE=$(dirname "$0")
"${HERE}/config/make-config" && "${HERE}/nginx" -p . -c config/nginx.conf "${HERE}/config/make-config"
\ No newline at end of file "${HERE}/nginx" -p . -c config/nginx.conf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment