nicinabox / boxcar

An admin interface for unRAID. Built with Sinatra and Bootstrap.
http://boxcar.nicinabox.com/
MIT License
10 stars 0 forks source link

fix update check #7

Closed hlarsen closed 11 years ago

hlarsen commented 11 years ago

fixed version check on update, also abort if passed a nonexistent version and added usage docs.

nicinabox commented 11 years ago

@hlarsen I merged and refactored a bit. Have a look.. I need to test when I get home (or you can), but I think this should work.

hlarsen commented 11 years ago

the unless on line23 isn't working as written; works if it's two separate includes for each array, though.

also looks like there is an issue while fetching: mv: cannot stat `build/usr/apps/boxcar/boot': No such file or directory

closing this pull request; need to do some more reading on branches/forking/etc to be sure i'm doing it all "the right way"

nicinabox commented 11 years ago

Oh yeah, I've moved that boot script to event. I need to setup the build mapping for that.