From f8feac341383d0ef52695d7ec114acdcd3633f88 Mon Sep 17 00:00:00 2001 From: UplandJacob <123428589+UplandJacob@users.noreply.github.com> Date: Sat, 18 Jan 2025 15:23:46 -0600 Subject: [PATCH] Var only used once --- mc-all-platform-velocity/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mc-all-platform-velocity/run.sh b/mc-all-platform-velocity/run.sh index c7a4e32..2dd8b77 100644 --- a/mc-all-platform-velocity/run.sh +++ b/mc-all-platform-velocity/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bashio -CONFIG_PATH=/data/options.json + # simple functions logGreen() { echo -e "\033[32m$1\033[0m" @@ -8,7 +8,7 @@ logLine() { echo -e ". \n" } getConfig() { - jq --raw-output "$1" $CONFIG_PATH + jq --raw-output "$1" /data/options.json } # check for key.pem (for floodgate and geyser)