From 12b070e0fa5ed664ecf5d5e205390703c9a7f4d5 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:05:43 +0800 Subject: [PATCH] Update docker-entrypoint.sh --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b5e4fee..5279343 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -12,4 +12,4 @@ mv bin/* /avdc_bin cd /avdc_bin version=$(./AV_Data_Capture --version) -zip AV_Data_Capture-CLI-$(echo $version)-linux-$(uname -m).zip AV_Data_Capture config.ini +zip AV_Data_Capture-CLI-$(echo $version)-linux-$(arch).zip AV_Data_Capture config.ini