This commit is contained in:
parent
fc066b5e92
commit
6ef41692a8
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ RUN \
|
||||||
&& unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/" \
|
&& unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/" \
|
||||||
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
|
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
|
||||||
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
|
&& 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
|
# clean everything up
|
||||||
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip \
|
&& 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"
|
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"
|
||||||
|
|
Loading…
Reference in a new issue