Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pointless directions. #49

Merged
merged 1 commit into from Oct 4, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove pointless directions.

We never want users to modify this, unless they know what they are doing.
  • Loading branch information
philip-loggly committed Oct 3, 2013
commit 6547cfb80a95dada779e680c4158c55a28d18849
@@ -110,11 +110,6 @@
your account name is mycompany.
'''.lstrip()

AUTHTOKEN_MODIFICATION_TEXT = '''
If you wish to use a different Customer Token, replace %s
with the token you wish to use, in the file %s.
'''

INSTALLATION_COMPLETED_TEXT = "Installation completed.\n"

_LOG_SOCKET = None
@@ -1304,9 +1299,6 @@ def install(current_environment):
# 6. SIGHUP the syslog daemon.
confirm_syslog_restart(syslog_name_for_configuration)

printLog(AUTHTOKEN_MODIFICATION_TEXT %
(authorization_details['token'],
modified_config_file))
printLog(INSTALLATION_COMPLETED_TEXT)
return syslog_name_for_configuration

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.