mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Update upgrade
This commit is contained in:
parent
6bc10dd6a0
commit
ac27f980a9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
||||||
# 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/front" --source_id="front" --full_replace=1
|
ynh_setup_source --dest_dir="$install_dir/front" --source_id="front" --full_replace=1
|
||||||
ynh_setup_source --dest_dir="$install_dir/backend" --source_id="back" --full_replace=1 --keep="$install_dir/backend/config.yml"
|
ynh_setup_source --dest_dir="$install_dir/backend" --source_id="back" --full_replace=1 --keep="backend/config.yml"
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
back="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
back="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||||
cp "$back" "$install_dir/backend/vikunja"
|
cp "$back" "$install_dir/backend/vikunja"
|
||||||
|
|
Loading…
Add table
Reference in a new issue