From 746b0a28399038bfa4193e6ae55c441f61291613 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 30 Mar 2018 13:48:07 +0000 Subject: [PATCH] CS --- lamp-xenial64-fpm/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp-xenial64-fpm/Vagrantfile b/lamp-xenial64-fpm/Vagrantfile index 7104f42..350a969 100644 --- a/lamp-xenial64-fpm/Vagrantfile +++ b/lamp-xenial64-fpm/Vagrantfile @@ -71,7 +71,7 @@ Vagrant.configure(2) do |config| # SHELL config.vm.provider "virtualbox" do |vb| - vb.customize ["modifyvm", :id, "--memory", "1024"] + vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end