Skip to content

Commit 3bc935e

Browse files
fix bad copy past
fix bad copy past
1 parent 49ddd9f commit 3bc935e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/start.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
mkdir -p -m 0700 /root/.ssh
66
# Prevent config files from being filled to infinity by force of stop and restart the container
77
echo "" > /root/.ssh/config
8-
/usr/local/etc/php-fpm.conf
9-
108
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
119

1210
if [[ "$GIT_USE_SSH" == "1" ]] ; then

0 commit comments

Comments
 (0)