mirror of
https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git
synced 2024-09-03 18:36:21 +02:00
Merge 140d3a0a22
into dae3c26b78
This commit is contained in:
commit
ae36a997a0
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
|
|||
* Site officiel de l’app : <https://docs.firefly-iii.org/data-importer/>
|
||||
* Documentation officielle de l’admin : <https://docs.firefly-iii.org/data-importer/how-to-use/>
|
||||
* Dépôt de code officiel de l’app : <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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue