Skip to content

Commit 8a2cc11

Browse files
authored
Start script should crash on errors. (#141)
* Start script should crash on errors. Signed-off-by: Mars Hall <[email protected]> * Update CHANGELOG.md Signed-off-by: Mars Hall <[email protected]> --------- Signed-off-by: Mars Hall <[email protected]>
1 parent d20e834 commit 8a2cc11

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [unreleased] - YYYY-MM-DD
8+
### Changes
9+
- `start-nginx-static` now crashes when misconfigured
810

911
## [1.14] - 2025-06-30
1012
### Changes

bin/start-nginx-static

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
echo 'buildpack=nginx at=erb-interpolate-config'
46
erb config/nginx.conf.erb > config/nginx.conf
57

0 commit comments

Comments
 (0)