mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
[FIX] Update database on updates
This commit is contained in:
parent
2c9111ed35
commit
ed06a9fc97
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ fi
|
|||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
# Update database
|
||||
exec_as_app console.php database:update
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue