Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detaching from screen still leaves it running in the background which causes people to need to use `sudo` to attach to it again. Instead if we kill the screen instance with `k` then we can just attach screen again in unprivileged mode. You also need to confirm the exit by pressing `y`.
- Loading branch information