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:
parent
f176e2420c
commit
8776d26091
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue