From 75d6bd8d757dcc4b5bab6366699fb24f95380300 Mon Sep 17 00:00:00 2001 From: bravo-kernel Date: Tue, 21 Mar 2017 00:03:22 +0100 Subject: [PATCH] Fix incorrect path --- .cakebox/Vagrantfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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