fix url
This commit is contained in:
parent
d4e2b61490
commit
ad5f7b7cbb
@ -20,11 +20,15 @@ fi
|
|||||||
(cd "$configPath" && git pull)
|
(cd "$configPath" && git pull)
|
||||||
|
|
||||||
# Copy server-properties
|
# Copy server-properties
|
||||||
|
echo copying server.properties...
|
||||||
cp --force "$configPath"/"$serverConfigDir"/server.properties ./server.properties
|
cp --force "$configPath"/"$serverConfigDir"/server.properties ./server.properties
|
||||||
# Copy server-icon.png
|
# Copy server-icon.png
|
||||||
|
echo copying server-icon.png...
|
||||||
cp --force "$configPath"/"$serverConfigDir"/server.properties ./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
|
declare -i memory
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user