mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
html integration
This commit is contained in:
parent
22d684d721
commit
92fd8674c5
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ ynh_local_curl "/?PagePrincipale&installAction=install" "config[default_language
|
|||
"admin_name=$admin" "admin_password=$password" "admin_password_conf=$password" \
|
||||
"admin_email=$admin@$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"
|
||||
|
||||
# Remove the public access
|
||||
if [ $is_public -eq 0 ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue