diff --git a/manifest.toml b/manifest.toml index 46bafb6..9371edd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" diff --git a/scripts/restore b/scripts/restore index f6148a2..c496636 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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