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:
parent
a831090bf4
commit
f83d51222b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue