Support ketting hybrid server (#2535)

This commit is contained in:
Aruneko
2023-12-11 22:19:25 +09:00
committed by GitHub
parent 94f9bc74f0
commit c40a47ebba
3 changed files with 53 additions and 0 deletions
+5
View File
@@ -234,6 +234,11 @@ case "${TYPE^^}" in
exec "${SCRIPTS:-/}start-deployMagma" "$@"
;;
KETTING)
evaluateJavaCompatibilityForForge
exec "${SCRIPTS:-/}start-deployKetting" "$@"
;;
MOHIST)
evaluateJavaCompatibilityForForge
exec "${SCRIPTS:-/}start-deployMohist" "$@"