Browse Source

Fixed install script

bugfixes
gau1991 10 years ago
parent
commit
a2003fa90f
  1. 3
      install

3
install

@ -288,9 +288,12 @@ function ee_update_latest()
if [ -f /etc/php5/mods-available/xdebug.ini ]; then
ee_debug_value=$(grep -Hr 9001 /etc/nginx/conf.d/upstream.conf | wc -l )
if [ $ee_debug_value -eq 1 ]; then
grep -Hr ";zend_extension" /etc/php5/mods-available/xdebug.ini
if [ $? -ne 0 ]; then
sed -i "s/zend_extension/;zend_extension" /etc/php5/mods-available/xdebug.ini
fi
fi
fi
}
# Do git intialisation

Loading…
Cancel
Save