Skip to content

Commit

Permalink
Merge pull request nimmis#40 from 25/master
Browse files Browse the repository at this point in the history
Fixed an error that prevents building
  • Loading branch information
nimmis committed Sep 29, 2019
2 parents 4713057 + cf3999f commit 8a02099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion rootfs/etc/init.d/minecraft_server
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ buildjar() {
export HOME
cd $HOME
git config --global --unset core.autocrlf
java -jar BuildTools.jar --rev $1
java -Xmx1024M -jar BuildTools.jar --rev $1
cp /build-mc/Spigot/Spigot-Server/target/spigot-*.jar $SPIGOT_HOME/spigot-$1.jar
cd $SPIGOT_HOME/
rm -Rf /build-mc
Expand Down

0 comments on commit 8a02099

Please sign in to comment.