Run script now makes sure there are 24 hours before changes are applied.
This commit is contained in:
parent
98b5160ccc
commit
79eea90024
2
run.sh
2
run.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
git checkout master
|
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git pull origin master --ff-only
|
git pull origin master --ff-only
|
||||||
|
git checkout master@{'24 hours ago'}
|
||||||
|
|
||||||
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
Loading…
Reference in New Issue
Block a user