Added support for Tunity server type

This commit is contained in:
Geoff Bourne
2020-04-24 18:56:15 -05:00
parent 664f3d7eaa
commit fbdee6a7a7
3 changed files with 39 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@ case "${TYPE^^}" in
exec /start-deployPaper "$@"
;;
TUNITY)
exec /start-deployTunity "$@"
;;
FORGE)
exec /start-deployForge "$@"
;;