funny, I finally got around to setting up a cron job for my masternodes, 'cause my brain is totally dead... anyway, it was so easy I didn't think it would work, so I rebooted, and guess what? It worked! Wow!
If you don't have a cron job set up to restart your masternodes in case of reboot, just do this:
cdetc/cron.d
crontab -e
2 (for nano)
at bottom of newly created file, insert:
@rebootusr/bin/darkcoind to start masternode (or wherever you have your executable

Also, for some reason, the instance I did not reboot, I was able to update bash with
sudo apt-get install bash and I now have the latest, but the instance I rebooted won't update. It says I already have the latest, even after sudo apt-get updates. So... maybe they pulled the repository (probably working on it still) I guess we'll all just have to keep checking to be sure we get the latest updates!?!