From 6840a967cf7cf7a8854c4166cb02ce62ab8edd5e Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 28 May 2018 14:21:38 -0400 Subject: [PATCH] Remove useless comment --- docker/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/build.sh b/docker/build.sh index 123915c..a250f4d 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -27,8 +27,6 @@ cd /build git clone --depth 1 https://github.com/MediaBrowser/Emby git clone --depth 1 https://github.com/nvllsvm/emby-unlocked - -#export TERM=xterm mkdir /emby cd /build/Emby patch -N -p1 Emby.Server.Implementations/Security/PluginSecurityManager.cs \