Browse Source

To remove locale errors/warnings

ekudritski 7 years ago
parent
commit
3c4fb21d85
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deployment/vagrant/Vagrantfile

+ 2 - 0
deployment/vagrant/Vagrantfile

@@ -5,6 +5,8 @@ require_relative 'core'
 
 Vagrant.configure("2") do |config|
 
+  ENV['LC_ALL']="en_US.UTF-8"
+
   config.vm.provision :file do |file|
       file.source = "custom_motd.sh"
       file.destination = "~/.custom_motd.sh"