mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Fix permissions
This commit is contained in:
parent
dc2fd539a0
commit
72aa9124f0
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ ynh_systemd_action --service_name "uwsgi-app@$app.service" --line_match "WSGI ap
|
|||
ynh_script_progression --message="Configuring permissions"
|
||||
|
||||
# Everyone can access the app. (authentification is done by firefox accounts)
|
||||
ynh_permission_update --permission=main --add=visitors --protected=true --show_tile=true
|
||||
ynh_permission_update --permission="main" --add="visitors" --protected=true --show_tile=true
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
|
@ -95,7 +95,7 @@ then
|
|||
ynh_legacy_permissions_delete_all
|
||||
ynh_app_setting_delete --app=$app --key=is_public
|
||||
fi
|
||||
ynh_permission_update --permission=main --add=visitors --protected=true --show_tile=true
|
||||
ynh_permission_update --permission="main" --add="visitors" --protected=true --show_tile=true
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
|
|
Loading…
Reference in a new issue