Automatically retry after low disk space warning

Currently, when you are low on disk space and try rebuilding, the launcher script will clean up your images for you to free up space. However, the script will automatically exit afterwards:

For quality of life I’ve just submitted a pull request that should solve this. Now when you finish cleaning your disk it should ask you whether or not you want to continue the rebuild without needing to re-execute the script.

This is mostly just for QoL and because I experienced an out of space error earlier today (docker images are bulky) and was confused as to why it didn’t automatically retry. I left in the chance to back out in case somebody wants to back out and change something else but this should be a good change for everybody else.

2 Likes