File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,21 @@ if [ ! -d "/app/lgsm/config-lgsm" ]; then
28
28
ln -s " ${LGSM_CONFIG} " " /app/lgsm/config-lgsm"
29
29
fi
30
30
31
- # Symlink LGSM_SERVERCFG to /app/serverfiles
31
+ # Symlink LGSM_SERVERCFG to /app/serverfiles
32
32
if [ ! -d " /app/serverfiles" ]; then
33
33
echo -e " "
34
34
echo -e " creating symlink for ${LGSM_SERVERCFG} "
35
35
echo -e " ================================="
36
36
ln -s " ${LGSM_SERVERFILES} " " /app/serverfiles"
37
37
fi
38
38
39
+ # Symlink LGSM_LOGDIR to /app/log
40
+ if [ ! -d " /app/log" ]; then
41
+ echo -e " "
42
+ echo -e " creating symlink for ${LGSM_LOGDIR} "
43
+ echo -e " ================================="
44
+ ln -s " ${LGSM_LOGDIR} " " /app/log"
45
+ fi
39
46
40
47
# Clear modules directory if not master
41
48
if [ " ${LGSM_GITHUBBRANCH} " != " master" ]; then
You can’t perform that action at this time.
0 commit comments