This version of code removes the echo statement that was preventing the rest of the code from executing, and adds a line to detach the mounted disk image at the end to ensure that the system is left in a clean state.
Also the unbounded variables are now made bounded by assigning them non null values.
This version of code removes the echo statement that was preventing the rest of the code from executing, and adds a line to detach the mounted disk image at the end to ensure that the system is left in a clean state. Also the unbounded variables are now made bounded by assigning them non null values.