1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-03 13:09:07 +02:00
parent 79dfd2956f
commit ea2a45ef7b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -53,7 +53,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2
ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=encrypt_key --value="$deskey" ynh_app_setting_set --app=$app --key=encrypt_key --value="$deskey"
ynh_app_setting_set --app=$app --key=password_hash --value=$password_hash ynh_app_setting_set --app=$app --key=password_hash --value="$password_hash"
#================================================= #=================================================
# STANDARD MODIFICATIONS # STANDARD MODIFICATIONS
@ -117,7 +117,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#================================================= #=================================================
# INITIALIZE DATABASE # INITIALIZE DATABASE
#================================================= #=================================================
ynh_script_progression --message="Configuring Baïkal..." --weight=3 ynh_script_progression --message="Configuring $app..." --weight=3
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \ ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \
< "$final_path/Core/Resources/Db/MySQL/db.sql" < "$final_path/Core/Resources/Db/MySQL/db.sql"