lurume84 / bling-wrt

Homebrew for Blink Sync Module
38 stars 2 forks source link

Firmware update potential issue #2

Open BenHarris opened 4 years ago

BenHarris commented 4 years ago

I was just having a look over the filesystem and noticed the /root/utils/sm_update file. It is worth noting that it appears a firmware update will wipe and apps/utils/web

rm -rf /root/apps
rm -rf /root/utils
rm -rf /www

Might be a nice idea to write an init script to automatically restore access in the event of an update. I'm not sure if they are automated?

lurume84 commented 4 years ago

Yes, it was my next step to produce some init scripts to automate everything. I haven't invested more time in this repo but in case you are able to develop some of them I will happily accept pull requests. Thanks!