From b8e8f2f6efcbc5a88c747cef8f45dd69fef6e64d Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 29 Apr 2014 00:53:06 +0530 Subject: [PATCH] removed the kickstart wget request the application should already be kickstarted when gitlab:check rake task is executed. --- assets/init | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/init b/assets/init index 9b9b87b3..514af3aa 100755 --- a/assets/init +++ b/assets/init @@ -433,13 +433,6 @@ EOF esac crontab -u git /tmp/cron.git && rm -rf /tmp/cron.git - # kickstart the rails application - if [ "${GITLAB_HTTPS}" == "true" ]; then - wget --no-check-certificate "https://${GITLAB_HOST}" -O /dev/null - else - wget "http://${GITLAB_HOST}" -O /dev/null - fi - # watch the access logs tail -F /var/log/nginx/gitlab_access.log }