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

Added username/ password verification #60

Merged
merged 3 commits into from May 8, 2014
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

Removed debug mode

  • Loading branch information
psquickitjayant
psquickitjayant committed May 6, 2014
commit 36c45412bbb034437ce600c27c541a68c9dd3140
@@ -540,7 +540,7 @@ searchAndFetch()
usage()
{
cat << EOF
usage: ltomcatsetup [-a loggly auth account or subdomain] [-t loggly token] [-u username] [-p password (optional)] [-d to debug (optional)] [-ch catalina home (optional)]
usage: ltomcatsetup [-a loggly auth account or subdomain] [-t loggly token] [-u username] [-p password (optional)] [-ch catalina home (optional)]
usage: ltomcatsetup [-r to rollback] [-ch catalina home (optional)]
usage: ltomcatsetup [-h for help]
EOF
@@ -650,9 +650,9 @@ while [ "$1" != "" ]; do
-p | --password ) shift
LOGGLY_PASSWORD=$1
;;
-d | --debug )
LOGGLY_DEBUG="true"
;;
#-d | --debug )
# LOGGLY_DEBUG="true"
# ;;
-r | --rollback )
LOGGLY_ROLLBACK="true"
;;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.