From 6ed98d4fcd1cc80a7aacf1b630675d85a96a84e5 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Thu, 14 Apr 2022 20:41:42 -0400 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d53046c..48eed6b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -54,9 +54,11 @@ ynh_jniwrapper_armhf () popd # rm official jniwrapper to copy - ynh_secure_remove --file="$final_path/jitsi-videobridge/lib/jniwrapper-native-*.jar" mv "$tempdir/jitsi-sctp/jniwrapper/native/target/jniwrapper-native-1.0-SNAPSHOT.jar" "$final_path/jitsi-videobridge/lib/" + chmod 640 "$final_path/jitsi-videobridge/lib/jniwrapper-native-1.0-SNAPSHOT.jar" + chown -R $app:$app "$final_path/jitsi-videobridge/lib/jniwrapper-native-1.0-SNAPSHOT.jar" + ynh_secure_remove --file="$tempdir" }