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

This commit is contained in:
Jyhem 2023-06-24 00:57:17 +02:00
parent 2c9111ed35
commit ed06a9fc97

View file

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