mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
6 lines
247 B
Bash
6 lines
247 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
# It's amazing that with Docker, one can't put environment variables in the array of the ENTRYPOINT command
|
||
|
|
||
|
/usr/local/games/openmohaa/lib/openmohaa/omohaaded +set fs_homepath home +set dedicated 2 +set net_port $GAME_PORT:-12203 $@
|