mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +00:00
fix(minecraft/entrypoint): correct typo in manifest load
This commit is contained in:
parent
5d55ce2b25
commit
22417858a3
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ case "X$MANIFEST" in
|
||||||
else
|
else
|
||||||
echo "Could not find manifest file, unsufficient privs, or malformed path."
|
echo "Could not find manifest file, unsufficient privs, or malformed path."
|
||||||
fi
|
fi
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Invalid manifest file for modpack. Please make sure it is a .json file."
|
echo "Invalid manifest file for modpack. Please make sure it is a .json file."
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue