paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
394 stars 39 forks source link

cant delete instances #22

Closed LehmannADL closed 2 years ago

LehmannADL commented 2 years ago

trying to delete my lulzbot instance. when i select delete it just reloads on linux. can select or delete.

paukstelis commented 2 years ago

Is it an instance that you made using the script? You can check which instances have been created with: cat /etc/octoprint_instances

thirtyxarcher commented 2 years ago

I'm having a similar issue where I created instances but they don't show up in the Delete menu. image image

paukstelis commented 2 years ago

That's interesting. I'll have a look into it

paukstelis commented 2 years ago

Turned out to be very simple. I used :alnum: regex when I should have used :graph: to take in account punctuation characters. Changes pushed. To update simply: git -C octoprint_deploy pull then try and delete instance.