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:
parent
f20aadd6ee
commit
38a3d255fe
2 changed files with 6 additions and 11 deletions
|
@ -82,12 +82,8 @@
|
|||
"ask": {
|
||||
"en": "Set the administrator password",
|
||||
"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"
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -150,11 +150,10 @@ chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php}
|
|||
ynh_script_progression --message="Configuring SSOwat..." --weight=47
|
||||
|
||||
# Make app public if necessary
|
||||
#if [ $is_public -eq 1 ]
|
||||
#then
|
||||
|
||||
# ynh_permission_update --permission main --add visitors
|
||||
#fi
|
||||
if [ $is_public -eq 1 ]
|
||||
then
|
||||
ynh_permission_update --permission main --add visitors
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue