1
0
Fork 0
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:
Plumf 2020-11-21 20:56:29 +01:00
parent 22d684d721
commit 92fd8674c5

View file

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