Browse Source

fix: serverfiles symlink

pull/44/head
Daniel Gibbs 1 year ago
parent
commit
8abc389f8c
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      entrypoint-user.sh

2
entrypoint-user.sh

@ -33,7 +33,7 @@ if [ ! -d "/app/serverfiles" ]; then
echo -e ""
echo -e "creating symlink for ${LGSM_SERVERCFG}"
echo -e "================================="
ln -s "${LGSM_SERVERCFG}" "/app/serverfiles"
ln -s "${LGSM_SERVERFILES}" "/app/serverfiles"
fi

Loading…
Cancel
Save