```shell ... Cleaning up... Exiting root ``` ## Cause These two lines are intended to yield root permission, but they actually quit the script. ```shell echo "Exiting root" execute "exit" ```