1
0
Fork 0
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:
jarod5001 2022-05-05 19:05:08 +02:00 committed by GitHub
parent 552249bbe9
commit 3272523803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,15 +380,15 @@ ynh_add_fpm_config
#=================================================
# 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
if [ $is_public -eq 1 ]
then
# if [ $is_public -eq 1 ]
# then
# Everyone can access the app.
# The "main" permission is automatically created before the install script.
ynh_permission_update --permission="main" --add="visitors"
fi
# ynh_permission_update --permission="main" --add="visitors"
# fi
### N.B. : the following extra permissions only make sense if your app
### does have for example an admin interface or an API.