Browse Source

To remove locale errors/warnings

ekudritski 7 năm trước cách đây
mục cha
commit
3c4fb21d85
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"