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

Update scripts/upgrade

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
eric_G 2023-08-21 13:52:42 +02:00 committed by GitHub
parent 57422eba2c
commit 7e2813cfb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# 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" --keep ="config/local.config.php " #view/smarty3 ynh_setup_source --dest_dir="$install_dir" --keep="config/local.config.php" #view/smarty3
ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons" ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons"
fi fi