mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
[FIX] Update database on updates 2
This commit is contained in:
parent
ed06a9fc97
commit
a561c794ec
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ chmod -R o-rwx "$install_dir"
|
|||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
# Update database
|
||||
exec_as_app console.php database:update
|
||||
cd "$install_dir" && ynh_exec_as "$app" php${phpversion} --define apc.enable_cli=1 console.php database:update
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue