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:
parent
6b6b2db37d
commit
dff0c5aee7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue