diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 514e877..3acfb70 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -28,6 +28,14 @@ if [ ! -d "/app/lgsm/config-lgsm" ]; then ln -s "${LGSM_CONFIG}" "/app/lgsm/config-lgsm" fi +# Symlink LGSM_SERVERCFG to /app/serverfiles +if [ ! -d "/app/serverfiles" ]; then + echo -e "" + echo -e "creating symlink for ${LGSM_SERVERCFG}" + echo -e "=================================" + ln -s "${LGSM_SERVERCFG}" "/app/serverfiles" +fi + # Clear modules directory if not master if [ "${LGSM_GITHUBBRANCH}" != "master" ]; then