1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-04 16:46:12 +02:00
parent e6d299e92a
commit 8c64cab01a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -153,6 +153,7 @@ ynh_script_progression --message="Configuring permissions..." --weight=1
# Make app public if necessary or protect it
if [ $is_public -eq 1 ]
then
ynh_permission_update --permission="main" --add="visitors"
fi