mirror of
https://github.com/grey-cat-1908/portable-mc-server.git
synced 2024-11-11 18:57:27 +03:00
fixed
This commit is contained in:
parent
bbf7a8b2c0
commit
2193849d7a
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ get_custom_server() {
|
||||||
if [[ -z "$CUSTOM_BUILD_URL" ]]; then
|
if [[ -z "$CUSTOM_BUILD_URL" ]]; then
|
||||||
get_paper_server
|
get_paper_server
|
||||||
else
|
else
|
||||||
|
delete_server
|
||||||
wget --quiet -O server.jar -T 60 $CUSTOM_BUILD_URL
|
wget --quiet -O server.jar -T 60 $CUSTOM_BUILD_URL
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue