1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Update install for level 7

This commit is contained in:
Plumf 2020-11-18 18:35:07 +01:00
parent f20aadd6ee
commit 38a3d255fe
2 changed files with 6 additions and 11 deletions

View file

@ -82,12 +82,8 @@
"ask": { "ask": {
"en": "Set the administrator password", "en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur" "fr": "Définissez le mot de passe administrateur"
}, }
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
} }
] ]
} }

View file

@ -150,11 +150,10 @@ chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php}
ynh_script_progression --message="Configuring SSOwat..." --weight=47 ynh_script_progression --message="Configuring SSOwat..." --weight=47
# Make app public if necessary # Make app public if necessary
#if [ $is_public -eq 1 ] if [ $is_public -eq 1 ]
#then then
ynh_permission_update --permission main --add visitors
# ynh_permission_update --permission main --add visitors fi
#fi
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX