We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87e768 commit e14a05dCopy full SHA for e14a05d
entrypoint-user.sh
@@ -28,6 +28,14 @@ if [ ! -d "/app/lgsm/config-lgsm" ]; then
28
ln -s "${LGSM_CONFIG}" "/app/lgsm/config-lgsm"
29
fi
30
31
+# Symlink LGSM_SERVERCFG to /app/serverfiles
32
+if [ ! -d "/app/serverfiles" ]; then
33
+ echo -e ""
34
+ echo -e "creating symlink for ${LGSM_SERVERCFG}"
35
+ echo -e "================================="
36
+ ln -s "${LGSM_SERVERCFG}" "/app/serverfiles"
37
+fi
38
+
39
40
# Clear modules directory if not master
41
if [ "${LGSM_GITHUBBRANCH}" != "master" ]; then
0 commit comments