mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update v-commander
This commit is contained in:
parent
4b0c521309
commit
6db5f28ae5
1 changed files with 2 additions and 2 deletions
|
@ -391,8 +391,8 @@ do
|
|||
if [ "$answer" = 'm' ] || [ "$answer" = 'M' ]; then
|
||||
echo "============================="
|
||||
echo "== installing php-memcache modules"
|
||||
apt-get install -y $(systemctl --full --type service --all | grep "php...-fpm" | awk '{print $1}' | cut -c1-6 | xargs -n 1 printf "%s-memcache ")
|
||||
apt-get install -y $(systemctl --full --type service --all | grep "php...-fpm" | awk '{print $1}' | cut -c1-6 | xargs -n 1 printf "%s-memcached ")
|
||||
apt-get install -y $(systemctl --full --type service --all | grep "php...-fpm" | sed 's#●##g' | awk '{print $1}' | cut -c1-6 | xargs -n 1 printf "%s-memcache ")
|
||||
apt-get install -y $(systemctl --full --type service --all | grep "php...-fpm" | sed 's#●##g' | awk '{print $1}' | cut -c1-6 | xargs -n 1 printf "%s-memcached ")
|
||||
fi
|
||||
|
||||
if [ "$answer" = 'd' ] || [ "$answer" = 'D' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue