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

Nuke build directory before update.

This commit is contained in:
orhtej2 2023-09-08 12:01:47 +02:00 committed by GitHub
parent 6b6b2db37d
commit dff0c5aee7
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"