Updated Fix bug invalid modification date (markdown)

Matthieu Gallien 2022-02-02 14:29:25 +01:00
parent d2819c0991
commit ca75ff3eef

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