mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Merge remote-tracking branch 'origin/testing' into upgrade
This commit is contained in:
commit
4c9e2b57dc
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ ynh_local_curl "/?PagePrincipale&installAction=install" "config[default_language
|
|||
"config[root_page]=PagePrincipale" "config[mysql_host]=localhost" \
|
||||
"config[mysql_database]=$app" "config[mysql_user]=$db_user" "config[mysql_password]=$db_pwd" "config[table_prefix]=yeswiki_" \
|
||||
"admin_name=$admin" "admin_password=$admin_temp_pass" "admin_password_conf=$admin_temp_pass" \
|
||||
"admin_email=$admin@$domain" "submit=Continue"
|
||||
"admin_email=$admin%40$domain" "submit=Continue"
|
||||
|
||||
# authorization of html
|
||||
ynh_replace_string --match_string="'allow_raw_html' => false," --replace_string="'allow_raw_html' => true," --target_file="$final_path/wakka.config.php"
|
||||
|
|
Loading…
Reference in a new issue