diff --git a/server-properties/start.sh b/server-properties/start.sh index 7c6a168..4de8967 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -20,11 +20,15 @@ fi (cd "$configPath" && git pull) # Copy server-properties +echo copying server.properties... cp --force "$configPath"/"$serverConfigDir"/server.properties ./server.properties # Copy server-icon.png +echo copying server-icon.png... cp --force "$configPath"/"$serverConfigDir"/server.properties ./server-icon.png -java -jar packwiz-installer-bootstrap.jar -g -s server https://"$packwizPath"/pack.toml +# +echo installing mods from "$packwizPath"/pack.toml... +java -jar packwiz-installer-bootstrap.jar -g -s server "$packwizPath"/pack.toml declare -i memory