From 3bc935e817f09ca83528203c725489dcea499719 Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Fri, 7 Apr 2017 09:44:49 +0200 Subject: [PATCH] fix bad copy past fix bad copy past --- scripts/start.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 4d4a91d..781530b 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -5,8 +5,6 @@ mkdir -p -m 0700 /root/.ssh # Prevent config files from being filled to infinity by force of stop and restart the container echo "" > /root/.ssh/config -/usr/local/etc/php-fpm.conf - echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config if [[ "$GIT_USE_SSH" == "1" ]] ; then