Skip to content

Commit e6da096

Browse files
author
Ric Harvey
committed
fix start script
1 parent 723c4f2 commit e6da096

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/start.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
mkdir -p -m 0700 /root/.ssh
66
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
77

8-
if [[ "$GIT_USE_SSH" == "1" ]] ; then
9-
echo -e "Host *\n\tUser ${GIT_USERNAME}\n\n" >> /root/.ssh/config
10-
fi
11-
128
if [ ! -z "$SSH_KEY" ]; then
139
echo $SSH_KEY > /root/.ssh/id_rsa.base64
1410
base64 -d /root/.ssh/id_rsa.base64 > /root/.ssh/id_rsa
@@ -116,3 +112,4 @@ fi
116112

117113
# Start supervisord and services
118114
exec /usr/bin/supervisord -n -c /etc/supervisord.conf
115+

0 commit comments

Comments
 (0)