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

Update command for downloading Rsyslog-gnutls package #96

Merged
merged 1 commit into from Jul 18, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update command for downloading Rsyslog-gnutls package

  • Loading branch information
Shwetajain148
Shwetajain148 committed Jun 9, 2017
commit ad67cd6e9494332cf2f7400f9df3587065dad271
@@ -238,7 +238,7 @@ checkIfSupportedOS()
*"ubuntu"* )
echo "INFO: Operating system is Ubuntu."
;;
*"redhat"* )
*"red"* )
echo "INFO: Operating system is Red Hat."
;;
*"centos"* )
@@ -585,7 +585,7 @@ inputStr=$inputStr_NO_TLS
if [ $LOGGLY_TLS_SENDING == "true" ]; then
downloadTlsCerts

/bin/bash -c "sudo $PKG_MGR install rsyslog-gnutls"
/bin/bash -c "sudo $PKG_MGR install -y rsyslog-gnutls"

if [ "$PKG_MGR" == "yum" ]; then

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