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