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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-09-02 19:12:37 +02:00
parent 894428615e
commit 9ec98aaee8

View file

@ -48,6 +48,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="data" ynh_setup_source --dest_dir="$install_dir" --keep="data"
ynh_secure_remove --file="$install_dir/data/viewcache/*"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"