Skip to content

Commit

Permalink
Var only used once
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Jan 18, 2025
1 parent 889c73b commit f8feac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mc-all-platform-velocity/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bashio
CONFIG_PATH=/data/options.json

# simple functions
logGreen() {
echo -e "\033[32m$1\033[0m"
Expand All @@ -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)
Expand Down

0 comments on commit f8feac3

Please sign in to comment.