1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update install

This commit is contained in:
ericgaspar 2021-08-28 13:31:36 +02:00
parent 9071435801
commit 8a7954a73d

View file

@ -131,7 +131,7 @@ ynh_script_progression --message="Configuring Roundcube..." --weight=2
#ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/config/config.inc.php"
#ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/config/config.inc.php"
desket=$(ynh_string_random --length=24)
deskey=$(ynh_string_random --length=24)
file="__FILE__"
ynh_add_config --template="../conf/config.inc.php" --destination="$final_path/config/config.inc.php"