Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gronau-ndaal authored Jan 16, 2025
1 parent ede8ffa commit 989350b
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 989350b

Please sign in to comment.