From 00b1548103eea19c07daa718327abd936a5c4cf4 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 8 Nov 2022 10:10:44 +1300 Subject: [PATCH] axe the backticks --- templates/dynmotd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dynmotd b/templates/dynmotd index 15dbf93..e8ac102 100644 --- a/templates/dynmotd +++ b/templates/dynmotd @@ -94,5 +94,5 @@ echo -e " =========================================================================== " if [ -f /etc/motd ]; then - `/usr/bin/env cat /etc/motd` + /usr/bin/env cat /etc/motd fi \ No newline at end of file