diff --git a/start.sh b/start.sh index c891fca..eaf1c0d 100644 --- a/start.sh +++ b/start.sh @@ -2,6 +2,7 @@ # Disable Strict Host checking for non interactive git clones +mkdir -p -m 0700 /root/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config # Pull down code form git for our site!