From e6da096f0e99c7444065e42a391f7d4065f9c4b6 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 7 Feb 2017 11:15:23 +0000 Subject: [PATCH] fix start script --- scripts/start.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index d9aef5a..91191b8 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -5,10 +5,6 @@ mkdir -p -m 0700 /root/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config -if [[ "$GIT_USE_SSH" == "1" ]] ; then - echo -e "Host *\n\tUser ${GIT_USERNAME}\n\n" >> /root/.ssh/config -fi - if [ ! -z "$SSH_KEY" ]; then echo $SSH_KEY > /root/.ssh/id_rsa.base64 base64 -d /root/.ssh/id_rsa.base64 > /root/.ssh/id_rsa @@ -116,3 +112,4 @@ fi # Start supervisord and services exec /usr/bin/supervisord -n -c /etc/supervisord.conf +