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