Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #79 from alt3/motd-fix
Browse files Browse the repository at this point in the history
Fix incorrect path to motd template
  • Loading branch information
bravo-kernel authored Mar 20, 2017
2 parents 1da7f9e + 75d6bd8 commit 102b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cakebox/Vagrantfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 102b0de

Please sign in to comment.