From 00f10aa44e239eaee457d78b0ac2cd09c77703a7 Mon Sep 17 00:00:00 2001 From: BeastGamer81 <57034210+BeastGamer81@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:59:03 +0530 Subject: [PATCH] Delete entrypoint.sh --- entrypoint.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index 1efa27a..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -cd /home/container -chmod +x /install.sh -# Replace Startup Variables -MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` -echo ":/home/container$ ${MODIFIED_STARTUP}" - -# Run the Server -${MODIFIED_STARTUP}