Skip to content

Commit

Permalink
disable auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jul 19, 2015
1 parent d915c91 commit b12ef48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry.pl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ sub check_setup {
or die "unable to create $root_dir: $!\n";
};

do_version_check() if ( -r $root_dir && -w $root_dir );
configure_tcpwrappers();

return 1 if ( $report || $self_update );
Expand Down

2 comments on commit b12ef48

@ahmgithubahm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change has disabled auto-install on first run. Haven't looked in detail, but I think install_myself is only called from within do_version_check, which is now only called if $self_update is set.

@msimerson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aye, you are correct. I have updated INSTALL.md accordingly.

Please sign in to comment.