1
0
Fork 0
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:
Hypolite Petovan 2023-08-20 14:35:00 +02:00 committed by GitHub
parent 121fb506eb
commit 1f1278cc28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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