I am following the instructions laid out in the Wiki for updating the node.js Web-UI. I am currently running commit 7834132, but I see that commit is 30e7dec. I have the following script run on a daily basis:
#!/bin/bash
cd /usr/games/minecraft
git fetch
git merge origin/master
npm install
Running as root, of course. Am I missing something? Is this a bug?
OS: Ubuntu 14.04.3, node.js 5.
It is running as a bash script through cron…
[NOTE] Resetting the UI does pull down the latest, so maybe I will just do that instead of the update script.