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:
commit
747824c403
2 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue