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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-09-10 14:04:25 +02:00
parent e0573343cf
commit 1197630290

View file

@ -31,6 +31,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="var/invoices/ var/data/" ynh_setup_source --dest_dir="$install_dir" --keep="var/invoices/ var/data/"
ynh_secure_remove --file="$install_dir/var/plugins/*"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"