From 4138c692e7cc4e5524d6e4ed0daa7ce7de6f67e8 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Tue, 10 Nov 2020 20:02:40 +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 8c5bf5f..1cfc4d2 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-$(./AV_Data_Capture --version)-linux-$(uname -m).zip AV_Data_Capture config.ini +zip AV_Data_Capture-CLI-$(version)-linux-$(uname -m).zip AV_Data_Capture config.ini