From c908716d25266ecab8d89e4ede2e811bd6e8f47a Mon Sep 17 00:00:00 2001 From: rfjakob Date: Thu, 9 Jun 2016 23:55:13 +0200 Subject: Updated Upgrading (markdown) --- Upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upgrading.md b/Upgrading.md index ee77535..b5b4708 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -46,7 +46,7 @@ When rsync is finished, it will leave an empty directory tree in `/old`. A safe 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: +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 ``` -- cgit v1.2.3