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:
parent
78b3b47723
commit
cdf7c05a21
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue