1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00

auth_header to false

This commit is contained in:
anmol26s 2021-03-05 04:07:00 +05:30
parent 21c173a252
commit 2800e0c1a3

View file

@ -148,7 +148,7 @@ chown -R $app: $public_path
#=================================================
ynh_script_progression --message="Configuring permissions..." --weight=1
ynh_permission_update --permission="main" --add="visitors"
ynh_permission_update --permission="main" --add="visitors" --auth_header="false"
#=================================================