1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Revert "Fix upgrade error by changing rm options"

This reverts commit af43ee6008.
This commit is contained in:
Gofannon 2020-05-15 14:52:04 +02:00
parent af43ee6008
commit 2ab75c4297

View file

@ -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