1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-12-01 13:02:13 +01:00
parent 4071ef3629
commit 237005ae1f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,8 +98,8 @@ then
git fetch --quiet origin tag $tag --no-tags
git checkout --quiet $tag --quiet
fi
ynh_secure_remove bootstrap/cache/*
ynh_secure_remove vendor/
ynh_secure_remove --file="$final_path/bootstrap/cache/*"
ynh_secure_remove --file="$final_path/vendor/"
popd
else
ynh_script_progression --message="Upgrading source files..."