Skip to content

Commit 8abc389

Browse files
committed
fix: serverfiles symlink
1 parent 746beb8 commit 8abc389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ ! -d "/app/serverfiles" ]; then
3333
echo -e ""
3434
echo -e "creating symlink for ${LGSM_SERVERCFG}"
3535
echo -e "================================="
36-
ln -s "${LGSM_SERVERCFG}" "/app/serverfiles"
36+
ln -s "${LGSM_SERVERFILES}" "/app/serverfiles"
3737
fi
3838

3939

0 commit comments

Comments
 (0)