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