From 53b0c7cf130c2708040eb20ec4fd830ecb650736 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 7 Sep 2023 01:48:50 +0000 Subject: [PATCH] Update 'root/usr/libexec/apps/jitsi/jitsi.sh' --- root/usr/libexec/apps/jitsi/jitsi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/usr/libexec/apps/jitsi/jitsi.sh b/root/usr/libexec/apps/jitsi/jitsi.sh index fac2121..5cdb25d 100755 --- a/root/usr/libexec/apps/jitsi/jitsi.sh +++ b/root/usr/libexec/apps/jitsi/jitsi.sh @@ -4,7 +4,7 @@ ACTION=${1} shift 1 get_image() { - IMAGE_NAME="stable-8319" + IMAGE_NAME="stable-8922" } do_install_detail() { @@ -32,7 +32,7 @@ do_install_detail() { fi [ -z "$port" ] && port=8443 - [ -z "$IMAGE_NAME" ] && IMAGE_NAME=stable-8319 + [ -z "$IMAGE_NAME" ] && IMAGE_NAME=stable-8922 [ -z "$username" ] && username=admin [ -z "$password" ] && password=password [ -z "$wireguard" ] && wireguard=$LAN_IP