Update entrypoint.sh

This commit is contained in:
Bioblaze Payne 2023-05-21 00:09:55 -07:00 committed by GitHub
parent 7773d38d12
commit e80ebead07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ then
SubDirectoryLocation="$3/"
fi
mode="export"
mode="export-release"
if [ "$6" = "true" ]
then
echo "Exporting in debug mode!"