From 00d4cb4a373c53af86133e28ba680d85eb5c8b55 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 16:24:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-bun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/entrypoint-bun.sh b/bin/entrypoint-bun.sh index 813cc72..2858459 100755 --- a/bin/entrypoint-bun.sh +++ b/bin/entrypoint-bun.sh @@ -129,9 +129,9 @@ for conf in /config/*; do done # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Setup bun -mkdir -p "/app" && cd "/app" || exit 10 +mkdir -p "/data" && cd "/data" || exit 10 if [ -z "$1" ] && [ -z "$(ls -A "/app"/* 2>/dev/null)" ]; then - mkdir -p "/app" && cd "/app" + mkdir -p "/data" && cd "/data" bun upgrade && bun init fi # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -