Skip to content
Snippets Groups Projects
Commit 70e80d95 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

When stopped correctly there should be no warning about a missing socket file.

parent 8f52501e
No related branches found
No related tags found
2 merge requests!4399fixed nav bar for empty repos (fixes #4375),!4367Update docs from 5.2 to 5.3 in 5.3-stable branch
Loading
Loading
@@ -51,7 +51,7 @@ start() {
exit 1
else
if [ `whoami` = root ]; then
execute "rm $SOCKET_PATH/gitlab.socket"
execute "rm -f $SOCKET_PATH/gitlab.socket"
execute "RAILS_ENV=production bundle exec puma $DAEMON_OPTS"
execute "mkdir -p $PID_PATH && $START_SIDEKIQ > /dev/null 2>&1 &"
echo "$DESC started"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment