1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Update scripts/upgrade

removes setting auth header to false in upgrade script

Co-authored-by: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Navan Chauhan 2021-03-01 19:17:39 +05:30 committed by GitHub
parent 5ca7f550aa
commit 774f611780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,6 @@ 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
#=================================================