Skip to content

Commit

Permalink
Merge pull request #389 from Pierre-Gronau-ndaal/patch-4
Browse files Browse the repository at this point in the history
Update start.sh
  • Loading branch information
MWedl authored Jan 16, 2025
2 parents 600d11e + 989350b commit 9ff56fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
set -e
#!/usr/bin/env bash

set -o errexit
set -o errtrace
set -o nounset
set -o pipefail

# Add custom CA certificates
if [[ -n "$CA_CERTIFICATES" ]]; then
Expand Down

0 comments on commit 9ff56fa

Please sign in to comment.