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

Fix the indentation to 2 spaces #107

Merged
merged 2 commits into from Oct 31, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update error message

  • Loading branch information
Shwetajain148 authored and Shwetajain148 committed Oct 24, 2017
commit 80b404c7e5b7d09f8b8ab910417dab202d05cee8
@@ -371,7 +371,7 @@ checkIfValidUserNamePassword() {
echo "INFO: Checking if provided username and password is correct."
if [ $(curl -s -u $LOGGLY_USERNAME:$LOGGLY_PASSWORD $LOGGLY_ACCOUNT_URL/apiv2/customer | grep "Unauthorized" | wc -l) == 1 ]; then
logMsgToConfigSysLog "INFO" "INFO: Please check your username or reset your password at $LOGGLY_ACCOUNT_URL/account/users/"
logMsgToConfigSysLog "ERROR" "ERROR: Invalid Loggly username or password. Your username is visible at the top right of the Loggly console before the @ symbol. You can reset your password at http://<subdomain>.loggly.com/login."
logMsgToConfigSysLog "ERROR" "ERROR: Invalid Loggly username or password. Your username is visible at the top right of the Loggly console. You can reset your password at http://<subdomain>.loggly.com/login."
exit 1
else
logMsgToConfigSysLog "INFO" "INFO: Username and password authorized successfully."
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.