From c02b458455ae4679538eec94717ec2bc8e44aaef Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Dec 2022 15:16:32 +0100 Subject: [PATCH] Use bash --- mounts/gotify/config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mounts/gotify/config/entrypoint.sh b/mounts/gotify/config/entrypoint.sh index 23d7b90..784aeca 100755 --- a/mounts/gotify/config/entrypoint.sh +++ b/mounts/gotify/config/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # usage: file_env VAR [DEFAULT] # ie: file_env 'XYZ_DB_PASSWORD' 'example'