1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix upgrade

This commit is contained in:
Josué Tille 2024-05-01 10:39:21 +02:00 committed by Félix Piédallu
parent a831090bf4
commit f83d51222b

View file

@ -23,7 +23,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=coin/settings_local.py
fi fi