diff options
-rw-r--r-- | Upgrading.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md index 17b6f27..ee77535 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -49,4 +49,5 @@ find /old -type d -delete This is safer than `rm -R` because it will only remove directories and error out if any files are left behind. Note that it will also try to delete the mountpoint `/old` and fail at doing so. This is expected: ``` find: cannot delete ‘/old’: Device or resource busy -```
\ No newline at end of file +``` +but no other errors should be printed.
\ No newline at end of file |