From 6ef41692a8d284943c38c2ce735a2a3e29274226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6hm?= Date: Wed, 20 Apr 2022 23:58:24 +0200 Subject: [PATCH] sadly this didnt work --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa33203..d83333f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ RUN \ && unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/" \ && mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \ && unzip -o socket.zip -d "${SERVER_DIR}/tf/" \ - # move correct plugins from disabled folder - && mv "${SERVER_DIR}/tf/addons/sourcemod/plugins/disabled/{admin-sql-threaded.smx,sql-admin-manager.smx}" "${SERVER_DIR}/tf/addons/sourcemod/plugins/" \ # clean everything up && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip \ && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"