From 9a28867fe450b27ff58380679383cb0377f2343a Mon Sep 17 00:00:00 2001 From: aewens Date: Fri, 11 Jan 2019 22:14:22 +0100 Subject: [PATCH] Absolute path to lolcat --- publish_motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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