Browse Source

Make apt-get -y default and fix typo

old-stable
Mitesh Shah 11 years ago
parent
commit
7d574a2182
  1. 2
      config/easyengine/ee.conf
  2. 2
      src/vendor/ee_ven_install_utils.sh

2
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 =

2
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

Loading…
Cancel
Save