From 83067ee40b629207ee8471f988fdff468d73ddc6 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 31 Jul 2019 03:24:21 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3c9ab67..ce8ff95 100644 --- a/scripts/install +++ b/scripts/install @@ -85,13 +85,13 @@ ynh_app_setting_set $app port $port # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_app_setting_set $jellyfin-ffmpeg final_path $final_path +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" +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" +ynh_setup_source "$final_path" "$app" #==============================================