-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Description
I am doing fresh automated install of NextCloud and each time it reports integrity check issue:
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- EXTRA_FILE
- lib/private/oc_tmp_zJAacJ-.tar.gz
Raw output
==========
Array
(
[core] => Array
(
[EXTRA_FILE] => Array
(
[lib/private/oc_tmp_zJAacJ-.tar.gz] => Array
(
[expected] =>
[current] => .....
)
)
)
)
The trick is that the file does not exists and as name suggests it is probably something that existed during installation, so the bug is most likely in the order of operations as integrity should checked after all temp files are removed.
Rescan solves the issue
Metadata
Metadata
Assignees
Labels
papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.