We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First make sure you have upgraded TouchUI to 0.3.4+
Stop TouchUI:
sudo service touchui stop
Remove the old files (also the zip if you still have it)
rm -rf ~/OctoPrint-TouchUI-autostart/ rm -rf ~/autostart.zip
Get the new bootloader:
git clone https://github.com/BillyBlaze/OctoPrint-TouchUI-autostart.git ~/TouchUI-autostart/
Register the new paths:
sudo cp ~/TouchUI-autostart/touchui.init /etc/init.d/touchui sudo chmod +x /etc/init.d/touchui sudo cp ~/TouchUI-autostart/touchui.default /etc/default/touchui sudo update-rc.d touchui defaults
Start TouchUI:
sudo service touchui start