mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-12 23:27:13 +00:00
parent
621962ad9c
commit
8859d223bf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ elif [[ ! -e $FABRIC_INSTALLER ]]; then
|
|||
exit 2
|
||||
fi
|
||||
|
||||
installMarker=".fabric-installed-${FABRIC_VERSION:-manual}"
|
||||
installMarker=".fabric-installed-${VANILLA_VERSION}-${FABRIC_VERSION:-manual}"
|
||||
|
||||
if [[ ! -e $installMarker ]]; then
|
||||
if [[ ! -e $FABRIC_INSTALLER ]]; then
|
||||
|
|
Loading…
Reference in a new issue