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 # EasyEngine (ee) configuration file
[system] [system]
apt-get-assume-yes = false apt-get-assume-yes = true
gpg-key-fix = false gpg-key-fix = false
ip-address = 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 = " $? || ee_lib_error "Unable to create /var/www/22222/htdocs/cache/nginx Directory, exit status = " $?
# Download nginx FastCGI cleanup # 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 \ 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 = " $? || ee_lib_error "Unable to download nginx FastCGI cleanup script, exit status = " $?
fi fi

Loading…
Cancel
Save