mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Upgrade script: use --full_replace=1 because we actually want to cleanup the source_dir
This commit is contained in:
parent
36dce13106
commit
af7928da3a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ynh_systemd_action --service_name="$app-machine-learning" --action="stop"
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
source_dir="$install_dir/source"
|
||||
ynh_setup_source --source_id="main" --dest_dir="$source_dir"
|
||||
ynh_setup_source --source_id="main" --dest_dir="$source_dir" --full_replace=1
|
||||
|
||||
#=================================================
|
||||
# CHECK PYTHON VERSION AND COMPILE IF NEEDED
|
||||
|
|
Loading…
Reference in a new issue