From f22707ffe2e2d4e9f32f6613e84211fbe035aff4 Mon Sep 17 00:00:00 2001 From: cherednik Date: Thu, 24 Oct 2024 14:49:52 +0400 Subject: [PATCH] fix entrypoint --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ea79d1b..2d80d18 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -APP_ENV="${APP_ENV:-dev}” +APP_ENV="${APP_ENV:-dev}" if [[ ${APP_ENV#*=} == "prod" ]]; then service pcscd start