1
0
Fork 0
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:
Kay0u 2021-03-01 14:33:28 +01:00
parent 10a108ea92
commit 76642ce0ee
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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
#=================================================