From 83a864d71506f57d877e43d347e23b78296e81e8 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 17 Sep 2014 18:16:49 +0530 Subject: [PATCH] Optimized code --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 81e8403c..51ae6944 100644 --- a/bin/install +++ b/bin/install @@ -89,7 +89,7 @@ if [ ! -d $EE_LOG_DIR ]; then mkdir -p $EE_LOG_DIR || ee_lib_error "Unable to create log directory $EE_LOG_DIR, exit status = " $? # Create EasyEngine log files - touch /var/log/easyengine/ee.log /var/log/easyengine/install.log /var/log/easyengine/update.log /var/log/easyengine/error.log \ + touch /var/log/easyengine/{ee.log,install.log,update.log,error.log} \ || ee_lib_error "Unable to create EasyEngine log files in $EE_LOG_DIR, exit status = " $? # Keep EasyEngine log folder accessible to root only