1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00

New permission system in install script

This commit is contained in:
Aeris One 2020-03-30 00:11:51 +02:00 committed by GitHub
parent ffad7ee21b
commit adcca2c3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,8 +82,7 @@ ynh_script_progression --message="Configuring SSOwat..."
# Make app public if necessary
if [ $is_public -eq 1 ]
then
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set --app=$app --key=skipped_uris --value="/"
ynh_permission_update --permission "main" --add visitors
fi
#=================================================