From d59354ba82036fe39894b15cd878c0902a4a7efc Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sat, 18 Nov 2023 16:14:25 +0500 Subject: [PATCH] fix fr this time --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 9d202c1..d48741c 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -10,4 +10,4 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g' echo ":/home/container$ ${MODIFIED_STARTUP}" # Run the Server -eval ${MODIFIED_STARTUP} \ No newline at end of file +eval ${MODIFIED_STARTUP}