Skip to content

Commit 80b404c

Browse files
Shwetajain148Shwetajain148
authored andcommitted
Update error message
1 parent 2842814 commit 80b404c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linux Script/configure-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ checkIfValidUserNamePassword() {
371371
echo "INFO: Checking if provided username and password is correct."
372372
if [ $(curl -s -u $LOGGLY_USERNAME:$LOGGLY_PASSWORD $LOGGLY_ACCOUNT_URL/apiv2/customer | grep "Unauthorized" | wc -l) == 1 ]; then
373373
logMsgToConfigSysLog "INFO" "INFO: Please check your username or reset your password at $LOGGLY_ACCOUNT_URL/account/users/"
374-
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."
374+
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."
375375
exit 1
376376
else
377377
logMsgToConfigSysLog "INFO" "INFO: Username and password authorized successfully."

0 commit comments

Comments
 (0)