mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
Updated Fix bug invalid modification date (markdown)
parent
d2819c0991
commit
ca75ff3eef
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ sudo -u www-data ./scan_group_folders.sh
|
|||
|
||||
In case affected files from group folders are in the trash bin or are old versionned files thay may not have the correct state in the server database. In that situation you can run the following script to fix database state:
|
||||
```
|
||||
./fix_group_folders.sh <path to storage folder without trailing /> <mysql|pgsql> <database host> <database user> <database password> <database name>
|
||||
./fix_group_folders.sh <path to storage folder> <mysql|pgsql> <database host> <database user> <database password> <database name>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue