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

Update upgrade

This commit is contained in:
ericgaspar 2021-12-25 10:49:18 +01:00
parent f176e2420c
commit 8776d26091

View file

@ -142,7 +142,7 @@ then
ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php"
ynh_script_progression --message="Upgrading ttrss database..." --weight=2
ynh_exec_as $app php${phpversion} ${final_path}/update.php --update-schema
sudo -u $app php${phpversion} ${final_path}/update.php --update-schema=force-yes
fi
chmod 400 "$final_path/config.php"