This website requires JavaScript.
Explore
Help
Register
Sign In
Fascinated
/
Minetrack
Watch
1
Star
0
Fork
0
You've already forked Minetrack
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
b058f9d329
Minetrack
/
scripts
/
start.sh
5 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
Include start.sh so we're production ready.
2015-11-24 23:47:42 +00:00
while
true
;
do
Backend cleanup (#146) * Add ServerRegistration, begin refactoring to match frontend * move graphData logic into ServerRegistration * move ping updates/history into ServerRegistration * start updating main app entry methods * fix default rates.updateMojangStatus * fix record loading delays on freshly booted instances * move database loading logic to method + callback * use data in frontend for type lookup instead of ping * cleanup app.js * reorganize methods to improve flow * avoid useless mojang updates, remove legacy fields * rename legacy fields for consistency * finish restructure around App model * ensure versions are sorted by release order * filter errors sent to frontend to avoid data leaks * fix version listing behavior on frontend * 5.1.0
2020-04-21 22:59:53 +00:00
node main.js
Include start.sh so we're production ready.
2015-11-24 23:47:42 +00:00
sleep
5
done
Reference in New Issue
Copy Permalink