mirror of
https://github.com/YunoHost-Apps/20euros_ynh.git
synced 2024-09-03 18:05:53 +02:00
Update upgrade
This commit is contained in:
parent
6b4599e38e
commit
6b545481d3
1 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=4
|
ynh_script_progression --message="Upgrading source files..." --weight=4
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download the source from ../sources
|
||||||
ynh_setup_source --dest_dir="$final_path"
|
mkdir -p $final_path
|
||||||
|
cp -a ../sources/* $final_path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue