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

LOG-1498: Add batch-mode. #108

Open
wants to merge 3 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

fix typo

  • Loading branch information
Kristján Valur Jónsson
Kristján Valur Jónsson committed Nov 3, 2017
commit 87f0cf720a66205167e7240494b6fadaf0085eb8
@@ -129,7 +129,7 @@ checkLinuxLogglyCompatibility() {
setLinuxVariables

# in unattended mode, we don't do remote checks
fi [ "$UNATTENDED_MODE" != "true" ]; then
if [ "$UNATTENDED_MODE" != "true" ]; then

#check if the Loggly servers are accessible. If no, ask user to check network connectivity & exit
checkIfLogglyServersAccessible
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.