From e80ebead070ddbdf77f679e5e70ebf8cd4a2bd51 Mon Sep 17 00:00:00 2001 From: Bioblaze Payne Date: Sun, 21 May 2023 00:09:55 -0700 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 54896d5..853ee21 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ then SubDirectoryLocation="$3/" fi -mode="export" +mode="export-release" if [ "$6" = "true" ] then echo "Exporting in debug mode!"