mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Replace unbound variable $db_host by expected value in install script
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
121fb506eb
commit
1f1278cc28
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ pushd "$final_path"
|
||||||
|
|
||||||
# Install application
|
# Install application
|
||||||
ynh_exec_as "$app" php$phpversion bin/console.php autoinstall\
|
ynh_exec_as "$app" php$phpversion bin/console.php autoinstall\
|
||||||
--dbhost "$db_host" --dbdata "$db_name" --dbuser "$db_user" --dbpass "$db_pwd"\
|
--dbhost "localhost" --dbdata "$db_name" --dbuser "$db_user" --dbpass "$db_pwd"\
|
||||||
--admin "$email" --tz "$timezone" --lang "$language" --url "https://$domain$path_url"
|
--admin "$email" --tz "$timezone" --lang "$language" --url "https://$domain$path_url"
|
||||||
|
|
||||||
# Enable LDAP Auth addon
|
# Enable LDAP Auth addon
|
||||||
|
|
Loading…
Add table
Reference in a new issue