From be8453addbc92e0dfadfdde76e2a93b8bd47c116 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Fri, 12 Apr 2024 04:41:21 +0300 Subject: [PATCH] fix metamod `plugins.ini` override --- .vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/Dockerfile b/.vscode/Dockerfile index b97a646..1407805 100644 --- a/.vscode/Dockerfile +++ b/.vscode/Dockerfile @@ -40,7 +40,7 @@ RUN if [ "${#ReDeathmatch_Version}" -gt 0 ]; then \ ARG YaPB_URL="https://github.com/yapb/yapb/releases/download/4.4.957/yapb-4.4.957-linux.tar.xz" RUN curl -sSL ${YaPB_URL} | bsdtar -xf - addons/ \ - && echo "linux addons/yapb/bin/yapb.so" > addons/metamod/plugins.ini + && echo "linux addons/yapb/bin/yapb.so" >> addons/metamod/plugins.ini ARG MOD