diff --git a/.cakebox/Vagrantfile.rb b/.cakebox/Vagrantfile.rb index 50ba3bd..d24d3ee 100644 --- a/.cakebox/Vagrantfile.rb +++ b/.cakebox/Vagrantfile.rb @@ -272,7 +272,7 @@ def Cakebox.configure(config, user_settings) # Update MOTD if local template does not match box file config.vm.provision "shell" do |s| s.privileged = true - s.inline = "bash /cakebox/bash/motd-installer.sh" + s.inline = "bash /cakebox/bash/motd-updater.sh" end # Install extras