mirror of
https://github.com/YunoHost-Apps/elabftw_ynh.git
synced 2024-09-03 18:26:23 +02:00
Update install
This commit is contained in:
parent
a1e9c179ad
commit
b7df2ad1cf
1 changed files with 3 additions and 3 deletions
|
@ -144,9 +144,9 @@ pushd "$final_path"
|
|||
#ynh_exec_as $app php$phpversion bin/install start -q
|
||||
popd
|
||||
|
||||
ynh_script_progression --message="Configuring LDAP and emails..." --weight=2
|
||||
ynh_add_config --template="../conf/sql.template" --destination="../conf/sql"
|
||||
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name < ../conf/sql
|
||||
#ynh_script_progression --message="Configuring LDAP and emails..." --weight=2
|
||||
#ynh_add_config --template="../conf/sql.template" --destination="../conf/sql"
|
||||
#ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name < ../conf/sql
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue