From 7201120851be25a1bba42624e8edd91d2bc89add Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 11 Apr 2017 12:47:45 +0000 Subject: [PATCH] Calling sequence fixed --- Linux Script/configure-linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Linux Script/configure-linux.sh b/Linux Script/configure-linux.sh index da80ebc..7a1f9e5 100644 --- a/Linux Script/configure-linux.sh +++ b/Linux Script/configure-linux.sh @@ -150,12 +150,12 @@ installLogglyConf() checkLinuxLogglyCompatibility fi - #if all the above check passes, write the 22-loggly.conf file - checkAuthTokenAndWriteContents - #create rsyslog dir if it doesn't exist, Modify the permission on rsyslog directory if exist on Ubuntu createRsyslogDir + #if all the above check passes, write the 22-loggly.conf file + checkAuthTokenAndWriteContents + if [ "$LINUX_DO_VERIFICATION" = "true" ]; then #check if the logs are going to loggly fro linux system now checkIfLogsMadeToLoggly