From 5fd0d644595be860a54e2226985ded5291103a0e Mon Sep 17 00:00:00 2001 From: FrozenFOXX Date: Wed, 2 Sep 2020 15:10:33 -0700 Subject: [PATCH] Updated entrypoint script --- scripts/entrypoint-tiles.sh | 2 +- scripts/entrypoint-webtiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/entrypoint-tiles.sh b/scripts/entrypoint-tiles.sh index 6874ef9..58447b4 100755 --- a/scripts/entrypoint-tiles.sh +++ b/scripts/entrypoint-tiles.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env ash +#!/usr/bin/env bash # Variables APPDIR=${APPDIR:-"/app"} diff --git a/scripts/entrypoint-webtiles.sh b/scripts/entrypoint-webtiles.sh index 4841a18..f6c95da 100755 --- a/scripts/entrypoint-webtiles.sh +++ b/scripts/entrypoint-webtiles.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env ash +#!/usr/bin/env bash # Variables APPDIR=${APPDIR:-"/app"}