mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
disable auth_header
This commit is contained in:
parent
10a108ea92
commit
76642ce0ee
2 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,8 @@ ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --lin
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring permissions..." --weight=3
|
||||
|
||||
ynh_permission_url --permission="main" --auth_header="false"
|
||||
|
||||
# Make app public if necessary
|
||||
if [ $is_public -eq 1 ]
|
||||
then
|
||||
|
|
|
@ -32,6 +32,8 @@ upgrade_type=$(ynh_check_app_version_changed)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||
|
||||
ynh_permission_url --permission="main" --auth_header="false"
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue