Skip to content

Commit a5299b7

Browse files
committed
fix test
1 parent 647308a commit a5299b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ then
44
echo "eula=$EULA" > /home/minecraft/data/eula.txt
55
fi
66
cd /home/minecraft/data
7-
if [ -n "$JAVAPARAMS" ]
7+
if [ -z "$JAVAPARAMS" ]
88
then
99
JAVAPARAMS='-Xmx1024M -Xms1024M'
1010
fi

0 commit comments

Comments
 (0)