1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update install

This commit is contained in:
ericgaspar 2021-11-19 08:27:25 +01:00
parent 65c348a03c
commit c1a4a878ab
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -149,8 +149,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