Skip to content

fix bug that deletes work directory on fully persistent USB drives

Dominik Mehlem requested to merge dev_bugfix-fully-persistent-sticks into master

Currently, on startup the /home/mindstorms/work-directory is deleted on E2b fully persistent USB-sticks (see here ). This bugfix introduces a persistency check that disallows deletion of the work-directory on fully persistent USB-sticks.

Merge request reports