1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpback_ynh.git synced 2024-09-03 19:56:34 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-28 20:06:32 +02:00
parent c0f27fad50
commit e08e73dac0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -122,8 +122,6 @@ ynh_script_progression --message="Configuring permissions..." --weight=1
# Make app public if necessary
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