1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-03-01 15:09:01 +01:00
parent 78b3b47723
commit cdf7c05a21

View file

@ -132,13 +132,13 @@ ynh_script_progression --message="Configuring $app..." --weight=1
exec_as_app console.php database:configure "$app" "$db_pwd" "$app" exec_as_app console.php database:configure "$app" "$db_pwd" "$app"
#Create database contents # Create database contents
exec_as_app console.php database:install exec_as_app console.php database:install
#Lock installer # Lock installer
exec_as_app console.php installer:lock exec_as_app console.php installer:lock
#Create data index # Create data index
exec_as_app console.php index:rebuild exec_as_app console.php index:rebuild
# Set on Long Term Support versions # Set on Long Term Support versions