1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git synced 2024-09-03 19:26:31 +02:00

Merge pull request #4 from Thovi98/ci-auto-update-0.3.1

Some cleaning + try fix upgrade
This commit is contained in:
eric_G 2023-10-10 13:47:02 +02:00 committed by GitHub
commit 747824c403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@ description.fr = "Client web moderne pour Jellyfin"
version = "2023.10.09~ynh1"
maintainers = ["johndoe"]
maintainers = [""]
[upstream]
license = "GPL-3.0-only"

View file

@ -17,15 +17,12 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
# $install_dir will automatically be initialized with some decent
# permission by default ... however, you may need to recursively reapply
# ownership to all files such as after the ynh_setup_source step
chown -R $app:www-data "$install_dir"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1