1
0
Fork 0
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:
Jyhem 2023-06-24 01:13:03 +02:00
parent ed06a9fc97
commit a561c794ec

View file

@ -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