diff --git a/scripts/install b/scripts/install index ce8ff95..f2fc4cd 100644 --- a/scripts/install +++ b/scripts/install @@ -87,11 +87,11 @@ ynh_app_setting_set $app port $port ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path" "$jellyfin-ffmpeg" +ynh_setup_source "$final_path" "jellyfin-ffmpeg" ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path" "$app" +ynh_setup_source "$final_path" #==============================================