From 13775f6dc2150e368ad0c0eac0ceeeb1536ef9e7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 30 Mar 2020 11:16:03 +0200 Subject: [PATCH] Fix jicofo upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0641c43..685f795 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -206,11 +206,11 @@ then mvn package -DskipTests -Dassembly.skipAssembly=false popd - unzip $final_path/jitsi-jicofo-build/target/jicofo-linux-x64-1.1-SNAPSHOT.zip -d $final_path + unzip $final_path/jitsi-jicofo-build/target/jicofo-1.1-SNAPSHOT-archive.zip -d $final_path ynh_secure_remove --file="$final_path/jitsi-jicofo" - mv $final_path/jicofo-linux-x64-1.1-SNAPSHOT/ $final_path/jitsi-jicofo/ + mv $final_path/jicofo-1.1-SNAPSHOT/ $final_path/jitsi-jicofo/ ynh_secure_remove --file="$final_path/jitsi-jicofo-build" fi