From b38729e8847839058e9727da538f5fb67ef965b2 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 7 Dec 2021 22:26:20 +0100 Subject: [PATCH] Update 'motd.sh' --- motd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motd.sh b/motd.sh index ccf2f25..49897e0 100644 --- a/motd.sh +++ b/motd.sh @@ -1,4 +1,4 @@ if [[ "$USER" = "root" ]]; then - /opt/tools/server-config/c.sh log + /opt/tools/c/src/c.sh log fi