Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob2 authored Nov 14, 2024
1 parent 745aa4d commit a0e941b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mc-all-platform-velocity/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
CONFIG_PATH=/data/options.json

# simple function
logGreen() {
echo -e "\033[32m$1\033[0m"
}
Expand All @@ -10,6 +10,7 @@ logLine() {
getConfig() {
jq --raw-output "$1" $CONFIG_PATH
}
####
logLine
logLine
#---------------------- velocity.toml -----------------------
Expand Down Expand Up @@ -145,6 +146,6 @@ logGreen "plugins/eaglerxvelocity/authservice.yml:"
cat plugins/eaglerxvelocity/authservice.yml
logLine
logLine
logGreem "Starting..............."
logGreen "Starting..............."

java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -Deaglerxvelocity.stfu=true -jar velocity.jar

0 comments on commit a0e941b

Please sign in to comment.