diff --git a/usr/etc/profile.d/user-motd.sh b/usr/etc/profile.d/user-motd.sh index 7aa5c4561c3..ebc347064af 100755 --- a/usr/etc/profile.d/user-motd.sh +++ b/usr/etc/profile.d/user-motd.sh @@ -1,8 +1,7 @@ if test -d "$HOME"; then if test ! -e "$HOME"/.config/no-show-user-motd; then if test -x "/usr/libexec/ublue-motd"; then - /usr/libexec/ublue-motd - fi + /usr/libexec/ublue-motd fi fi fi \ No newline at end of file