From 3c5d415883c4541f1c16667046677b5e91facbe5 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 31 Jul 2019 03:26:00 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" #==============================================