Added support for Magma servers

For #497
This commit is contained in:
Geoff Bourne
2020-04-21 18:30:48 -05:00
parent 757a5146a1
commit e9b1332119
6 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if [ -n "$ICON" -a ! -e server-icon.png ]; then
fi
fi
if [ ${TYPE} != "SPIGOT" ]; then
if ! isTrue ${SKIP_LOG4J_CONFIG}; then
# Set up log configuration
LOGFILE="/data/log4j2.xml"
if [ ! -e "$LOGFILE" ]; then