diff --git a/publish_motd b/publish_motd index afb9b27..f78e4fd 100755 --- a/publish_motd +++ b/publish_motd @@ -1,4 +1,4 @@ #!/bin/bash /center/sbin/update_motd > /etc/motd.txt -lolcat -f /etc/motd.txt > /etc/motd +/usr/local/bin/lolcat -f /etc/motd.txt > /etc/motd