From 7d574a2182e4fa4773a8fe0d76f07c62aaa45481 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 10 Jun 2014 17:19:06 +0530 Subject: [PATCH] Make apt-get -y default and fix typo --- config/easyengine/ee.conf | 2 +- src/vendor/ee_ven_install_utils.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/easyengine/ee.conf b/config/easyengine/ee.conf index 2e2b5fa3..a98f8ed7 100644 --- a/config/easyengine/ee.conf +++ b/config/easyengine/ee.conf @@ -1,7 +1,7 @@ # EasyEngine (ee) configuration file [system] - apt-get-assume-yes = false + apt-get-assume-yes = true gpg-key-fix = false ip-address = diff --git a/src/vendor/ee_ven_install_utils.sh b/src/vendor/ee_ven_install_utils.sh index d2fee544..201f5837 100644 --- a/src/vendor/ee_ven_install_utils.sh +++ b/src/vendor/ee_ven_install_utils.sh @@ -26,7 +26,7 @@ function ee_ven_install_utils() || ee_lib_error "Unable to create /var/www/22222/htdocs/cache/nginx Directory, exit status = " $? # Download nginx FastCGI cleanup - ee_lib_echo "Downloading nginx FastCGI cleanup script, Please Wait..." + ee_lib_echo "Downloading nginx FastCGI cleanup script, please wait..." wget --no-check-certificate -cqO /var/www/22222/htdocs/cache/nginx/clean.php https://raw.githubusercontent.com/rtCamp/eeadmin/master/cache/nginx/clean.php \ || ee_lib_error "Unable to download nginx FastCGI cleanup script, exit status = " $? fi