1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge pull request #27 from orhtej2/patch-1

Remove current build before upgrade.
This commit is contained in:
eric_G 2023-09-08 13:29:05 +02:00 committed by GitHub
commit 43d63c2204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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