1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 (#91)

Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: Yunohost-Bot <>
This commit is contained in:
Salamandar 2024-04-09 20:00:23 +02:00 committed by GitHub
parent 4686c1b17a
commit dac70a34da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ if ynh_compare_current_package_version --comparison le --version 1.30.0~ynh1; th
ynh_setup_source --dest_dir="$install_dir" --keep=".env var/invoices/ var/data/" --full_replace=1
else
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config/packages/local.yaml var/invoices/ var/data/"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config/packages/local.yaml var/invoices/ var/data/"
fi
chmod 750 "$install_dir"