Skip to content

Commit

Permalink
Fixed PHP log issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gau1991 committed Nov 6, 2014
1 parent 20641b9 commit 30cfd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/stack/install/ee_mod_install_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ function ee_mod_install_php()
ee_lib_echo "Installing PHP, please wait..."
$EE_APT_GET install php5-common php5-mysqlnd php5-xmlrpc \
php5-curl php5-gd php5-cli php5-fpm php5-imap php5-mcrypt php5-xdebug \
php5-memcache memcached php5-geoip || ee_lib_error "Unable to install PHP5, exit status = " $?
php5-memcache memcached php5-geoip 2>&1 || ee_lib_error "Unable to install PHP5, exit status = " $?
}

0 comments on commit 30cfd57

Please sign in to comment.