Updated the install.sh

This commit is contained in:
Mathias Wagner 2024-02-15 21:01:27 +01:00
parent b9084a1bc2
commit 7725bc665a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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() {