From 2ab75c429794310209be9dc09b191f63a326d8d3 Mon Sep 17 00:00:00 2001 From: Gofannon Date: Fri, 15 May 2020 14:52:04 +0200 Subject: [PATCH] Revert "Fix upgrade error by changing rm options" This reverts commit af43ee6008069295fc8ec6f248aff964a7a0b8d2. --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 709e29b..e2a7375 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -236,7 +236,7 @@ then # Move to the dokuwiki installation folder so the "official" commands can be used without adaptation cd $final_path - grep --extended-regexp --invert-match '^($|#)' data/deleted.files | xargs --max-args=1 rm --force || true + grep --extended-regexp --invert-match '^($|#)' data/deleted.files | xargs --max-args=1 rm --force --dir || true ) fi