Browse Source

Fixed Typo

old-stable
gau1991 10 years ago
parent
commit
5da56fcebf
  1. 2
      src/modules/stack/install/ee_mod_setup_php.sh

2
src/modules/stack/install/ee_mod_setup_php.sh

@ -75,7 +75,7 @@ function ee_mod_setup_php()
fi
# Setup PHP Memcache as per RAM
sed "s/-m.*/-m ${EE_MEMCACHE_SIZE}/" /etc/memcached.conf \
sed -i "s/-m.*/-m ${EE_MEMCACHE_SIZE}/" /etc/memcached.conf \
|| ee_lib_error "Unable to change Memcache memory value, exit status = " $?
fi
}

Loading…
Cancel
Save