From ad67cd6e9494332cf2f7400f9df3587065dad271 Mon Sep 17 00:00:00 2001 From: Shwetajain148 Date: Fri, 9 Jun 2017 19:24:26 +0530 Subject: [PATCH] Update command for downloading Rsyslog-gnutls package --- Linux Script/configure-linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux Script/configure-linux.sh b/Linux Script/configure-linux.sh index 340ac5d..48f5a9a 100644 --- a/Linux Script/configure-linux.sh +++ b/Linux Script/configure-linux.sh @@ -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