mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Remove old full_replace alternative
This commit is contained in:
parent
890fa0c58d
commit
32809b5584
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
|||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Remove the old files
|
||||
ynh_secure_remove --file="$install_dir/api"
|
||||
ynh_secure_remove --file="$install_dir/front"
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir/api" --source_id="api" --full_replace=1
|
||||
ynh_setup_source --dest_dir="$install_dir/front" --source_id="front" --full_replace=1
|
||||
|
|
Loading…
Reference in a new issue