1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git synced 2024-09-03 18:36:21 +02:00
This commit is contained in:
Salamandar 2024-03-11 17:05:24 +01:00 committed by GitHub
commit ae36a997a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
* Official app website: <https://docs.firefly-iii.org/data-importer/>
* Official admin documentation: <https://docs.firefly-iii.org/data-importer/how-to-use/>
* Upstream app code repository: <https://github.com/firefly-iii/data-importer>
* YunoHost documentation for this app: <https://yunohost.org/app_firefly-iii-di>
* YunoHost Store: <https://apps.yunohost.org/app/firefly-iii-di>
* Report a bug: <https://github.com/YunoHost-Apps/firefly-iii-di_ynh/issues>
## Developer info

View file

@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
* Site officiel de lapp : <https://docs.firefly-iii.org/data-importer/>
* Documentation officielle de ladmin : <https://docs.firefly-iii.org/data-importer/how-to-use/>
* Dépôt de code officiel de lapp : <https://github.com/firefly-iii/data-importer>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_firefly-iii-di>
* YunoHost Store: <https://apps.yunohost.org/app/firefly-iii-di>
* Signaler un bug : <https://github.com/YunoHost-Apps/firefly-iii-di_ynh/issues>
## Informations pour les développeurs

View file

@ -54,7 +54,7 @@ then
ynh_script_progression --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep=".env storage/upload storage/export"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env storage/upload storage/export"
fi
chmod -R o-rwx "$install_dir"