1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mindmaps_ynh.git synced 2024-09-03 19:45:59 +02:00

Update scripts/upgrade

This commit is contained in:
Alexandre Aubin 2023-11-12 18:44:36 +01:00 committed by GitHub
parent c31b5556c8
commit 947966768a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=4 ynh_script_progression --message="Upgrading source files..." --weight=4
ynh_secure_remove --file=$install_dir ynh_secure_remove --file=$install_dir
mkdir "$install_dir"
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
mv ../sources/dist/ "$install_dir" mv ../sources/dist/ "$install_dir"
fi fi