1
0
Fork 0
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:
Salamandar 2024-04-01 00:22:02 +02:00
parent 36dce13106
commit af7928da3a

View file

@ -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