From 7725bc665a865cf9c89c216e26e2bc05dc0d0459 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 21:01:27 +0100 Subject: [PATCH] Updated the install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 08ece48..cfb4d27 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ NC='\033[0m' export DEBIAN_FRONTEND=noninteractive export JAVA_VERSION="11" -export SERVER_ROOT="/opt/mcserver" +export SERVER_ROOT="/opt/mcdash" export JAVA_ROOT="${SERVER_ROOT}/java" function error() {