1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2023-03-21 18:15:51 +01:00 committed by GitHub
commit f0b4561481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ then
ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php" ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php"
ynh_script_progression --message="Upgrading the database..." --weight=2 ynh_script_progression --message="Upgrading the database..." --weight=2
ynh_exec_as $app php$phpversion $install_dir/update.php --update-schema=force-yes ynh_exec_as $app php$phpversion $install_dir/update.php --update-schema=force-yes
fi fi