mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
Update install
This commit is contained in:
parent
552249bbe9
commit
3272523803
1 changed files with 5 additions and 5 deletions
|
@ -380,15 +380,15 @@ ynh_add_fpm_config
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring permissions..." --time --weight=1
|
# ynh_script_progression --message="Configuring permissions..." --time --weight=1
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
if [ $is_public -eq 1 ]
|
# if [ $is_public -eq 1 ]
|
||||||
then
|
# then
|
||||||
# Everyone can access the app.
|
# Everyone can access the app.
|
||||||
# The "main" permission is automatically created before the install script.
|
# The "main" permission is automatically created before the install script.
|
||||||
ynh_permission_update --permission="main" --add="visitors"
|
# ynh_permission_update --permission="main" --add="visitors"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
### N.B. : the following extra permissions only make sense if your app
|
### N.B. : the following extra permissions only make sense if your app
|
||||||
### does have for example an admin interface or an API.
|
### does have for example an admin interface or an API.
|
||||||
|
|
Loading…
Add table
Reference in a new issue