fix bad copy past

fix bad copy past
This commit is contained in:
thelittlefireman
2017-04-07 09:44:49 +02:00
committed by GitHub
parent 49ddd9fe3e
commit 3bc935e817

View File

@@ -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