Ensure /root/.ssh exists
This commit is contained in:
1
start.sh
1
start.sh
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# Disable Strict Host checking for non interactive git clones
|
# 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
|
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
|
||||||
|
|
||||||
# Pull down code form git for our site!
|
# Pull down code form git for our site!
|
||||||
|
|||||||
Reference in New Issue
Block a user