Skip to content

Add upgrader script

Luke Champine requested to merge upgrader into upgrade

This script assumes the following paths:

  • /tmp/upgrades/ should contain targetVersion, newVersion, and upgrade.sh
  • /root should contain .version

This script needs to be integrated with the watchdog. One thing I'm worried about is that killall watchdog will kill upgrader.sh too if it's being spawned by the watchdog. We'll need to test that.

Edited by Christopher Schinnerl

Merge request reports